summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup-keymap.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup-keymap.in b/setup-keymap.in
index 54982e8..256d2cb 100644
--- a/setup-keymap.in
+++ b/setup-keymap.in
@@ -103,6 +103,7 @@ goodbye() {
while getopts "h" opt; do
case $opt in
h) usage 0;;
+ '?') usage "1" >&2;;
esac
done
shift $(( $OPTIND - 1 ))