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