pacman-key: print default gpgdir in usage

Signed-off-by: Pang Yan Han <pangyanhan@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Pang Yan Han 2011-05-28 22:37:35 +08:00 committed by Dan McGee
parent 41da225336
commit 5842dad7e7

View file

@ -56,7 +56,7 @@ usage() {
echo echo
echo "$(gettext "Options must be placed before commands. The available options are:")" 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" 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
echo "$(gettext "The available commands are:")" echo "$(gettext "The available commands are:")"
echo "$(gettext " -a, --add [<file(s)>] Add the specified keys (empty for stdin)")" echo "$(gettext " -a, --add [<file(s)>] Add the specified keys (empty for stdin)")"