[pacman-dev] [PATCH 2/4] pacman-key.sh.in: change help switch message in usage func

ivan.kanak at gmail.com ivan.kanak at gmail.com
Tue Apr 19 16:19:19 EDT 2011


From: Ivan Kanakarakis <ivan.kanak at gmail.com>

---
 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 0f6e3f5..5323f68 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                Display this help message")"
     echo "$(gettext "  -l, --list                List keys")"
     echo "$(gettext "  -r, --receive <keyserver> <keyid(s)> Fetch the specified keyids")"
     echo "$(gettext "  -t | --edit-key <keyid> ...            - edit trust properties for the given keys")"
-- 
1.7.4.4



More information about the pacman-dev mailing list