aboutsummaryrefslogtreecommitdiff
path: root/src/git-permalink.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/git-permalink.in')
-rwxr-xr-xsrc/git-permalink.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/git-permalink.in b/src/git-permalink.in
index bcf3111..a993791 100755
--- a/src/git-permalink.in
+++ b/src/git-permalink.in
@@ -129,6 +129,8 @@ while getopts 'phV' flag; do
exit
;;
*)
+ usage >&2
+ exit 2
;;
esac
done