Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=91c0019786b4e03400a8941266e0db74285e0007
commit 91c0019786b4e03400a8941266e0db74285e0007 Author: Michel Hermier <[email protected]> Date: Wed Nov 28 14:18:45 2012 +0100 scripts/makepkg * Uniformize --force option message in help. diff --git a/scripts/makepkg b/scripts/makepkg index 751acdc..60b85c4 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -2019,6 +2019,7 @@ makepkg_chroot_usage() { $ECHO $ECHO "Options for chroot command:" $ECHO " --bind <path> Bind a path between host and chroot" + $ECHO " -f, --force Skip the sanity checks" $ECHO " --userspec <spec> See chroot userspec option" $ECHO " -h, --help This help" } @@ -2103,7 +2104,7 @@ makepkg_fakeroot_usage() { $ECHO "Usage: $0 fakeroot [options] [--] [fakeroot_options]" $ECHO $ECHO "Options for fakeroot command:" - $ECHO " -f, --force Skip the fakeroot sanity check" + $ECHO " -f, --force Skip the sanity checks" $ECHO " -h, --help This help" $ECHO $ECHO "Run 'fakeroot --help' to see fakeroot_options." _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
