index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-10-11 08:40:28 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-10-11 09:07:20 -0500 |
commit | 5a39172835b64b7472f4e06b2bae35d9b5741833 (patch) | |
tree | fd64b7623302f035fd9cd840cf3f5b498cf17a04 | |
parent | d9c0a08e6dab4e826f6703da2e43e1a9836c1d98 (diff) |
-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)")" |