aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-pkg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak-pkg')
-rwxr-xr-xbin/ak-pkg5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/ak-pkg b/bin/ak-pkg
index d01921a..940c084 100755
--- a/bin/ak-pkg
+++ b/bin/ak-pkg
@@ -53,7 +53,8 @@ then
--install-from-zblock) shift; _ak_pkg_install_from_zblock $1; exit;;
--install-from-akfs) shift; _ak_pkg_install_from_akfsmap $1; exit;;
--uninstall) _ak_pkg_uninstall; exit;;
- * ) _ak_usage;;
+ * ) _ak_usage err;;
esac
-else _ak_usage
+else
+ _ak_usage err
fi