summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPang Yan Han <pangyanhan@gmail.com>2011-07-10 06:23:47 +0200
committerAllan McRae <allan@archlinux.org>2011-07-19 02:27:54 +0200
commitfa3aaa41e3563e8d4632c12cda989a471627aa20 (patch)
tree79ce0e7215a8ad60580e1dfd5e478d2b40c7f3b4 /scripts
parent7e5dea5d329a84293fe363ee098aede5aa1825af (diff)
downloadpacman-fa3aaa41e3563e8d4632c12cda989a471627aa20.tar.gz
pacman-fa3aaa41e3563e8d4632c12cda989a471627aa20.tar.xz
pacman-key: correct spelling mistake
Signed-off-by: Pang Yan Han <pangyanhan@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts')
-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 972749f2..3ed42e68 100644
--- a/scripts/pacman-key.sh.in
+++ b/scripts/pacman-key.sh.in
@@ -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")"
}