diff options
Diffstat (limited to 'bin/ak-profile')
| -rwxr-xr-x | bin/ak-profile | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/ak-profile b/bin/ak-profile index 02ed5a7..eaf8e0b 100755 --- a/bin/ak-profile +++ b/bin/ak-profile @@ -235,7 +235,8 @@ if [ ! -z $1 ]; then          -a | --add) _ak_modules_profile_add $2; exit;;          -s | --set) _ak_modules_profile_propset $2 "$3"; exit;;          -g | --get) _ak_modules_profile_propget $2; exit;; -        * ) _ak_usage;; +        * ) _ak_usage err;;      esac -else _ak_usage +else +    _ak_usage err  fi  | 
