]> gitweb.fluxo.info Git - vbox.git/commitdiff
Fixes kvmx usage
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 29 Dec 2016 13:13:16 +0000 (11:13 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 29 Dec 2016 13:13:16 +0000 (11:13 -0200)
kvmx

diff --git a/kvmx b/kvmx
index ad1dbd1915ad1dfcde842edc527e77cb397f7aff..ad173366e5d195b7d99a38a1273ef43df8dc0c99 100755 (executable)
--- a/kvmx
+++ b/kvmx
@@ -13,7 +13,7 @@ VM="$2"
 
 # Check
 if [ -z "$VM" ]; then
-  echo "usage: $BASENAME <vm>"
+  echo "usage: $BASENAME <action> <vm>"
   exit 1
 elif [ ! -e "$STORAGE/$VM.img" ]; then
   echo "file not found: $STORAGE/$VM.img"