mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-21 23:38:49 -05:00
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:
parent
d9c0a08e6d
commit
5a39172835
@ -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)")"
|
||||
|
Loading…
Reference in New Issue
Block a user