# HG changeset patch # User Paul Issott # Date 1269467055 0 # Node ID d26b0b60ce2ee56dc1f7a8ae90ce5424dfa81d66 # Parent 8ef66badbbaa4d3f20fcd6ad7bad39ac1701d8eb tazdev: fix typos diff -r 8ef66badbbaa -r d26b0b60ce2e slitaz-dev-tools/stuff/tazdev --- a/slitaz-dev-tools/stuff/tazdev Wed Mar 24 21:48:38 2010 +0100 +++ b/slitaz-dev-tools/stuff/tazdev Wed Mar 24 21:44:15 2010 +0000 @@ -30,13 +30,13 @@ chroot Mount virtual fs if needed and chroot into the build env. gen-chroot Generate a chroot using the last cooking base rootfs. clean-chroot Clean a chroot environment (skip root/ and home/). - purge Remove obsolate packages and obsolate source tarballs. - dry-purge Show obsolate packages and obsolate source tarballs. + purge Remove obsolete packages and obsolete source tarballs. + dry-purge Show obsolete packages and obsolete source tarballs. push Upload new packages to the main mirror (-p). dry-push Show what will be uploaded to the mirror. Does nothing (-dp). pull Download new packages from the main mirror. dry-pull Show what will be downloaded from the mirror. Does nothing. - relpkg Archive and uploade new package/project version\n" + relpkg Archive and upload new package/project version.\n" } # Exit if user is not root.