diff options
Diffstat (limited to 'bin/ak-template')
-rwxr-xr-x | bin/ak-template | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/ak-template b/bin/ak-template index b5333be..5a7653c 100755 --- a/bin/ak-template +++ b/bin/ak-template @@ -44,7 +44,8 @@ then case $1 in -h | --help) _ak_usage; exit;; --example) example; exit;; - * ) _ak_usage;; + * ) _ak_usage err;; esac -else _ak_usage +else + _ak_usage err fi |