diff options
author | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2011-04-21 16:59:05 +0300 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-04-21 12:09:18 -0500 |
commit | 6f19a8c9f73e6177fc17e340cd0272714c6c3a5d (patch) | |
tree | 711db74b30ec946fa6a7af66aa21c06ea71cf18c /scripts/pacman-key.sh.in | |
parent | 442e1420f95ecc6fd1967677c1be5dfed6584542 (diff) | |
download | pacman-6f19a8c9f73e6177fc17e340cd0272714c6c3a5d.tar.xz |
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>
Diffstat (limited to 'scripts/pacman-key.sh.in')
-rw-r--r-- | scripts/pacman-key.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in index 89e52fc0..82268c93 100644 --- a/scripts/pacman-key.sh.in +++ b/scripts/pacman-key.sh.in @@ -63,7 +63,7 @@ usage() { echo "$(gettext " -d, --del <keyid(s)> Remove 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 " -h, --help This help")" + echo "$(gettext " -h, --help Show this help message and exit")" echo "$(gettext " -l, --list List keys")" 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")" |