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>
This commit is contained in:
Dan McGee 2011-10-11 08:40:28 -05:00
parent d9c0a08e6d
commit 5a39172835
1 changed files with 1 additions and 1 deletions

View File

@ -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)")"