wok rev 5161

tazdev: fix typos
author Paul Issott <paul@slitaz.org>
date Wed Mar 24 21:44:15 2010 +0000 (2010-03-24)
parents 8ef66badbbaa
children 252a378d28c1
files slitaz-dev-tools/stuff/tazdev
line diff
     1.1 --- a/slitaz-dev-tools/stuff/tazdev	Wed Mar 24 21:48:38 2010 +0100
     1.2 +++ b/slitaz-dev-tools/stuff/tazdev	Wed Mar 24 21:44:15 2010 +0000
     1.3 @@ -30,13 +30,13 @@
     1.4   chroot         Mount virtual fs if needed and chroot into the build env.
     1.5   gen-chroot     Generate a chroot using the last cooking base rootfs.
     1.6   clean-chroot   Clean a chroot environment (skip root/ and home/).
     1.7 - purge          Remove obsolate packages and obsolate source tarballs.
     1.8 - dry-purge      Show obsolate packages and obsolate source tarballs.
     1.9 + purge          Remove obsolete packages and obsolete source tarballs.
    1.10 + dry-purge      Show obsolete packages and obsolete source tarballs.
    1.11   push           Upload new packages to the main mirror (-p).
    1.12   dry-push       Show what will be uploaded to the mirror. Does nothing (-dp).
    1.13   pull           Download new packages from the main mirror.
    1.14   dry-pull       Show what will be downloaded from the mirror. Does nothing.
    1.15 - relpkg         Archive and uploade new package/project version\n"
    1.16 + relpkg         Archive and upload new package/project version.\n"
    1.17  }
    1.18  
    1.19  # Exit if user is not root.