aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-fs
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak-fs')
-rwxr-xr-xbin/ak-fs4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ak-fs b/bin/ak-fs
index 1109539..f95a924 100755
--- a/bin/ak-fs
+++ b/bin/ak-fs
@@ -57,8 +57,8 @@ then
--gfm) _ak_fs_get_from_map_hash $2; exit;;
--rhd) _ak_fs_return_hash_dir $2; echo ;exit;;
--rhp) _ak_fs_return_hash_path $2; echo ; exit;;
- * ) _ak_usage;;
+ * ) _ak_usage err;;
esac
else
- _ak_usage
+ _ak_usage err
fi