aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-comments
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak-comments')
-rwxr-xr-xbin/ak-comments2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-comments b/bin/ak-comments
index 3543d99..0d65273 100755
--- a/bin/ak-comments
+++ b/bin/ak-comments
@@ -91,7 +91,7 @@ _ak_modules_comments_usage(){
if [ ! -z $1 ]; then
case $1 in
- help) _ak_modules_comments_usage; exit;;
+ -h | --help) _ak_modules_comments_usage; exit;;
index) _ak_modules_comments_index; exit;;
add) _ak_modules_comments_add $2 $3; exit;;
create) _ak_modules_comments_create $2; exit;;