aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkvmx2
1 files changed, 2 insertions, 0 deletions
diff --git a/kvmx b/kvmx
index a94caf1..8bbb55b 100755
--- a/kvmx
+++ b/kvmx
@@ -387,4 +387,6 @@ function kvmx_status {
if type kvmx_$ACTION 2> /dev/null | grep -q 'function'; then
kvmx_initialize
kvmx_$ACTION $*
+else
+ kvmx_usage
fi