tazpkg rev 272

Tiny edits
author Paul Issott <paul@slitaz.org>
date Mon Jun 15 17:29:49 2009 +0000 (2009-06-15)
parents 920ebc92d5b0
children f2fd7d0fb885
files tazpkg
line diff
     1.1 --- a/tazpkg	Wed Jun 03 11:59:57 2009 +0200
     1.2 +++ b/tazpkg	Mon Jun 15 17:29:49 2009 +0000
     1.3 @@ -90,9 +90,9 @@
     1.4         tazpkg shell\n
     1.5  \033[1mCommands: \033[0m
     1.6    usage            Print this short usage.
     1.7 -  bugs             Show known bugs in packages
     1.8 +  bugs             Show known bugs in packages.
     1.9    list             List installed packages on the system by category or all.
    1.10 -  xhtml-list       Create a xHTML list of installed packges.
    1.11 +  xhtml-list       Create a xHTML list of installed packages.
    1.12    list-mirror      List all available packages on the mirror (--diff for new).
    1.13    info             Print information about a package.
    1.14    desc             Print description of a package (if it exists).
    1.15 @@ -116,12 +116,12 @@
    1.16    check            Verify consistency of installed packages.
    1.17    add-flavor       Install the flavor list of packages.
    1.18    install-flavor   Install the flavor list of packages and remove other ones.
    1.19 -  set-release      Change release and update packages
    1.20 +  set-release      Change release and update packages.
    1.21    clean-cache      Clean all packages downloaded in cache directory.
    1.22    depends          Display dependencies tree.
    1.23    rdepends         Display reverse dependencies tree.
    1.24 -  convert          convert a debian or rpm package to a slitaz package (.tazpkg)
    1.25 -  link             link a package from another slitaz installation
    1.26 +  convert          Convert a debian or rpm package to a slitaz package (.tazpkg).
    1.27 +  link             Link a package from another slitaz installation.
    1.28    setup-mirror     Change the mirror url configuration.
    1.29    list-undigest    List undigest mirrors.
    1.30    remove-undigest  Remove an undigest mirror.
    1.31 @@ -1821,7 +1821,7 @@
    1.32  				echo -e "
    1.33  ================================================================================
    1.34  Last packages.list is ready to use. Note that next time you recharge the list,
    1.35 -a list of differencies will be displayed to show new and upgradeable packages.\n"
    1.36 +a list of differences will be displayed to show new and upgradeable packages.\n"
    1.37  			fi
    1.38  		done
    1.39  		;;
    1.40 @@ -2360,7 +2360,7 @@
    1.41  		     ! -d "$TARGET_DIR$INSTALLED/$PACKAGE" ]; then
    1.42  			cat <<EOT
    1.43  usage:   tazpkg link package_name slitaz_root
    1.44 -example: 'tazpkg link openoffice /mnt' will heat less than 100k in
    1.45 +example: 'tazpkg link openoffice /mnt' will use less than 100k in
    1.46           your ram running system.
    1.47  EOT
    1.48  			exit 1