diff options
author | Pang Yan Han <pangyanhan@gmail.com> | 2011-05-28 22:37:35 +0800 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-01 12:27:03 -0500 |
commit | 5842dad7e7b6265067ca8f286f945b3e7e76c321 (patch) | |
tree | cf0798db6c3a741a1bf423ef64ee1c06558ac5d7 /scripts | |
parent | 41da2253366b6f641fc3e986817ee617c9e18df3 (diff) | |
download | pacman-5842dad7e7b6265067ca8f286f945b3e7e76c321.tar.xz |
pacman-key: print default gpgdir in usage
Signed-off-by: Pang Yan Han <pangyanhan@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts')
-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 c0929897..e795aada 100644 --- a/scripts/pacman-key.sh.in +++ b/scripts/pacman-key.sh.in @@ -56,7 +56,7 @@ usage() { echo echo "$(gettext "Options must be placed before commands. The available options are:")" printf "$(gettext " --config <file> Use an alternate config file (instead of '%s')")\n" "$CONFIG" - echo "$(gettext " --gpgdir Set an alternate directory for gnupg")" + printf "$(gettext " --gpgdir Set an alternate directory for gnupg (instead of '%s')")\n" "$PACMAN_KEYRING_DIR" echo echo "$(gettext "The available commands are:")" echo "$(gettext " -a, --add [<file(s)>] Add the specified keys (empty for stdin)")" |