summaryrefslogtreecommitdiffstats
path: root/scripts/pacman-key.sh.in
diff options
context:
space:
mode:
authorPang Yan Han <pangyanhan@gmail.com>2011-05-28 16:37:35 +0200
committerDan McGee <dan@archlinux.org>2011-06-01 19:27:03 +0200
commit5842dad7e7b6265067ca8f286f945b3e7e76c321 (patch)
treecf0798db6c3a741a1bf423ef64ee1c06558ac5d7 /scripts/pacman-key.sh.in
parent41da2253366b6f641fc3e986817ee617c9e18df3 (diff)
downloadpacman-5842dad7e7b6265067ca8f286f945b3e7e76c321.tar.gz
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/pacman-key.sh.in')
-rw-r--r--scripts/pacman-key.sh.in2
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)")"