From 80bab8913b5ae88a6dc9a200ffb6668df5cffb97 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Fri, 1 Mar 2024 19:31:34 +0200 Subject: Changes help subcommand to flag style -h, --help --- bin/ak-comments | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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;; -- cgit v1.2.3