index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | scripts/pacman-key.sh.in | 2 |
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)")" |