tazpkg rev 476

Tidy up
author Paul Issott <paul@slitaz.org>
date Fri Apr 08 20:46:12 2011 +0100 (2011-04-08)
parents 568406160968
children 37c60822cee1
files doc/tazpkg.en.html tazpkg
line diff
     1.1 --- a/doc/tazpkg.en.html	Fri Apr 08 14:29:46 2011 +0000
     1.2 +++ b/doc/tazpkg.en.html	Fri Apr 08 20:46:12 2011 +0100
     1.3 @@ -296,7 +296,7 @@
     1.4  offers the latest versions of software. Note that this 
     1.5  function is aimed at people with SliTaz installed on a 
     1.6  hard drive. Updated packages in LiveCD mode will be lost on
     1.7 -system shutdown. To upgrade or display the full up options:
     1.8 +system shutdown. To upgrade or display the full 'up' options:
     1.9  </p>
    1.10  <pre>
    1.11  # tazpkg up
     2.1 --- a/tazpkg	Fri Apr 08 14:29:46 2011 +0000
     2.2 +++ b/tazpkg	Fri Apr 08 20:46:12 2011 +0100
     2.3 @@ -106,7 +106,7 @@
     2.4    extract          `gettext \"Extract a (*.tazpkg) package into a directory.\"`
     2.5    pack             `gettext \"Pack an unpacked or prepared package tree.\"`
     2.6    recharge         `gettext \"Recharge your packages.list from the mirror.\"`
     2.7 -  up|--help-up     `gettext \"Check packges md5sum to list and install latest upgrade.\"`
     2.8 +  up|--help-up     `gettext \"Check packages md5sum to list and install latest upgrades.\"`
     2.9    repack           `gettext \"Create a package archive from an installed package.\"`
    2.10    repack-config    `gettext \"Create a package archive with configuration files.\"`
    2.11    recompress       `gettext \"Rebuild a package with a better compression ratio.\"`
    2.12 @@ -139,9 +139,9 @@
    2.13  * `gettext \"Without options run in interactive mode and ask before install\"`
    2.14  
    2.15  \033[1m`gettext \"Where options are\"`: \033[0m
    2.16 -  --check    |-c   `gettext \"Check only for avalaible upgrade\"`
    2.17 +  --check    |-c   `gettext \"Check only for available upgrades\"`
    2.18    --recharge |-r   `gettext \"Force recharge of packages list and check\"`
    2.19 -  --install  |-i   `gettext \"Check for upgrade and install them all\"`
    2.20 +  --install  |-i   `gettext \"Check for upgrades and install them all\"`
    2.21  
    2.22  \033[1m`gettext \"Example\"`: \033[0m
    2.23    tazpkg up --recharge --install
    2.24 @@ -2348,12 +2348,12 @@
    2.25  		done ;;
    2.26  	up)
    2.27  		#
    2.28 -		# This is tne new way to upgrade packages making 'upgrade' and
    2.29 +		# This is the new way to upgrade packages making 'upgrade' and
    2.30  		# upgradeable out-of-date. This new way is much, much more faster!
    2.31 -		# Look into installed packages and get data from receipt it's fast
    2.32 -		# and esay to handle vars after use only md5sum to compare packages
    2.33 +		# Look into installed packages and get data from receipt, it is fast
    2.34 +		# and easy to handle vars after using only md5sum to compare packages
    2.35  		# 
    2.36 -		# Options avalaible for the command: up
    2.37 +		# Options available for the command: up
    2.38  		for opt in $@
    2.39  		do
    2.40  			case "$opt" in
    2.41 @@ -2404,7 +2404,7 @@
    2.42  		[ "$upnb" = 0 ] && install="n" && gettext -e "System is up-to-date...\n"
    2.43  		separator
    2.44  		echo -en "\033[1m"
    2.45 -		eval_gettext "You have \$upnb avalaible uppgrade on \$pkgs installed packages"
    2.46 +		eval_gettext "You have \$upnb available upgrades on \$pkgs installed packages"
    2.47  		echo -e "\033[0m\n"
    2.48  		# Pkgs to upgrade ? Skip, let install them all or ask user
    2.49  		[ "$install" == "n" ] && exit 0
    2.50 @@ -2422,7 +2422,7 @@
    2.51  						echo 'y' | tazpkg get-install $pkg --forced
    2.52  					done ;;
    2.53  				*)
    2.54 -					gettext -e "Leaving without any upgrade installed.\n\n"
    2.55 +					gettext -e "Leaving without any upgrades installed.\n\n"
    2.56  					exit 0 ;;
    2.57  			esac
    2.58  		fi
    2.59 @@ -2568,7 +2568,7 @@
    2.60  		# What to do if major or minor version is smaller.
    2.61  		if [ "$FIXE" == "yes" ]; then
    2.62  			gettext \
    2.63 -"WARNING ---> Installed package(s) seem(s) more recent than the mirrored
    2.64 +"WARNING ---> Installed package seems more recent than the mirrored
    2.65  one. You can block packages using the command : 'tazpkg block package'.
    2.66  Or upgrade packages at your own risk."
    2.67  			echo ""