makepkg, pacman-key: unify help message with other scripts

The help message changed to match the one rankmirrors script has.
It's clearer as to what the --help switch does.

Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Ivan Kanakarakis 2011-04-21 16:59:05 +03:00 committed by Dan McGee
parent 442e1420f9
commit 6f19a8c9f7
2 changed files with 2 additions and 2 deletions

View file

@ -1607,7 +1607,7 @@ usage() {
echo "$(gettext " -e, --noextract Do not extract source files (use existing src/ dir)")" echo "$(gettext " -e, --noextract Do not extract source files (use existing src/ dir)")"
echo "$(gettext " -f, --force Overwrite existing package")" echo "$(gettext " -f, --force Overwrite existing package")"
echo "$(gettext " -g, --geninteg Generate integrity checks for source files")" echo "$(gettext " -g, --geninteg Generate integrity checks for source files")"
echo "$(gettext " -h, --help This help")" echo "$(gettext " -h, --help Show this help message and exit")"
echo "$(gettext " -i, --install Install package after successful build")" echo "$(gettext " -i, --install Install package after successful build")"
echo "$(gettext " -L, --log Log package build process")" echo "$(gettext " -L, --log Log package build process")"
echo "$(gettext " -m, --nocolor Disable colorized output messages")" echo "$(gettext " -m, --nocolor Disable colorized output messages")"

View file

@ -63,7 +63,7 @@ usage() {
echo "$(gettext " -d, --del <keyid(s)> Remove the specified keyids")" echo "$(gettext " -d, --del <keyid(s)> Remove the specified keyids")"
echo "$(gettext " -e, --export <keyid(s)> Export the specified keyids")" echo "$(gettext " -e, --export <keyid(s)> Export the specified keyids")"
echo "$(gettext " -f, --finger [<keyid(s)>] List fingerprint for specified or all keyids")" echo "$(gettext " -f, --finger [<keyid(s)>] List fingerprint for specified or all keyids")"
echo "$(gettext " -h, --help This help")" echo "$(gettext " -h, --help Show this help message and exit")"
echo "$(gettext " -l, --list List keys")" echo "$(gettext " -l, --list List keys")"
echo "$(gettext " -r, --receive <keyserver> <keyid(s)> Fetch the specified keyids")" echo "$(gettext " -r, --receive <keyserver> <keyid(s)> Fetch the specified keyids")"
echo "$(gettext " -t, --trust <keyid(s)> Set the trust level of the given keyids")" echo "$(gettext " -t, --trust <keyid(s)> Set the trust level of the given keyids")"