pacman-key: correct spelling mistake

Signed-off-by: Pang Yan Han <pangyanhan@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Pang Yan Han 2011-07-10 12:23:47 +08:00 committed by Allan McRae
parent 7e5dea5d32
commit fa3aaa41e3
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ usage() {
echo "$(gettext " --edit-key <keyid(s)> Present a menu for key management task on keyids")"
echo "$(gettext " --gpgdir <dir> Set an alternate directory for gnupg")"
printf "$(gettext " (instead of '%s')")\n" "@sysconfdir@/pacman.d/gnupg"
echo "$(gettest " --init Ensure the keyring is properly initialized")"
echo "$(gettext " --init Ensure the keyring is properly initialized")"
echo "$(gettext " --reload Reload the default keys")"
}