summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-10-11 15:40:28 +0200
committerDan McGee <dan@archlinux.org>2011-10-11 16:07:20 +0200
commit5a39172835b64b7472f4e06b2bae35d9b5741833 (patch)
treefd64b7623302f035fd9cd840cf3f5b498cf17a04 /scripts
parentd9c0a08e6dab4e826f6703da2e43e1a9836c1d98 (diff)
downloadpacman-5a39172835b64b7472f4e06b2bae35d9b5741833.tar.gz
pacman-5a39172835b64b7472f4e06b2bae35d9b5741833.tar.xz
pacman-key: don't escape single quote in usage message
This screws up gettext and causes the message to display always untranslated. Signed-off-by: Dan McGee <dan@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 482e0468..558d6158 100644
--- a/scripts/pacman-key.sh.in
+++ b/scripts/pacman-key.sh.in
@@ -56,7 +56,7 @@ usage() {
echo
printf "$(gettext "Usage: %s [options]")\n" $(basename $0)
echo
- printf "$(gettext "Manage pacman\'s list of trusted keys")\n"
+ printf "$(gettext "Manage pacman's list of trusted keys")\n"
echo
echo "$(gettext "Options:")"
echo "$(gettext " -a, --add [file(s)] Add the specified keys (empty for stdin)")"