index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2011-07-06 04:01:14 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-07-05 21:38:07 -0500 |
commit | e2f00abe26c530a380ef687e50d91e07c6ba57c4 (patch) | |
tree | dd8c50690a3008bd9d1436e05746b089a74dc69e | |
parent | 62880d7568649a54b4af1ffd8a61b488cbacdfd3 (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 877cca29..833943cb 100644 --- a/scripts/pacman-key.sh.in +++ b/scripts/pacman-key.sh.in @@ -33,7 +33,7 @@ usage() { echo printf "$(gettext "Usage: %s [options] <command> [arguments]")\n" $(basename $0) echo - echo "$(gettext "Manage pacman's list of trusted keys")" + printf "$(gettext "Manage pacman\'s list of trusted keys")\n" echo echo "$(gettext "Options must be placed before commands. The available options are:")" printf "$(gettext " --config <file> Use an alternate config file (instead of '%s')")\n" "$CONFIG" |