index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2011-04-21 16:59:06 +0300 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-04-21 12:09:23 -0500 |
commit | fdbcc9847d7e13b96328adb5f34932eea7ca6ba9 (patch) | |
tree | b98938d6aea20b46ad44ea336bc717980a5c4c31 /scripts | |
parent | 6f19a8c9f73e6177fc17e340cd0272714c6c3a5d (diff) |
-rw-r--r-- | scripts/pacman-key.sh.in | 1 |
diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in index 82268c93..73f4a776 100644 --- a/scripts/pacman-key.sh.in +++ b/scripts/pacman-key.sh.in @@ -321,5 +321,6 @@ case "${command}" in -V|--version) version; exit 0 ;; *) + error "$(gettext "Unknown command:") $command" usage; exit 1 ;; esac |