aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-coin
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak-coin')
-rwxr-xr-xbin/ak-coin4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ak-coin b/bin/ak-coin
index c7478ab..4f97dd2 100755
--- a/bin/ak-coin
+++ b/bin/ak-coin
@@ -41,7 +41,7 @@ then
case $1 in
-h | --help) _ak_usage; exit;;
--stats) _ak_coin_stats; exit;;
- * ) _ak_usage;;
+ * ) _ak_usage err;;
esac
-else _ak_usage
+else _ak_usage err
fi