aboutsummaryrefslogtreecommitdiff
path: root/src/remembering.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsrc/remembering.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/remembering.in b/src/remembering.in
index 172c74d..425226c 100755
--- a/src/remembering.in
+++ b/src/remembering.in
@@ -64,7 +64,8 @@ while getopts 'hc:p:V' name; do
exit
;;
*)
- printf 'Ignoring unrecognized flag "%s"' "$name" >&2
+ usage >&2
+ exit 2
;;
esac
done