diff options
Diffstat (limited to 'src/git-permalink.in')
-rwxr-xr-x | src/git-permalink.in | 2 |
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 |