aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-12-29 11:13:16 -0200
committerSilvio Rhatto <rhatto@riseup.net>2016-12-29 11:13:16 -0200
commit7918fa89739b9d43407a325ba263747381d7595f (patch)
tree74242a809eb037f6cdf6bbd0e1b47bff315f6a91
parenta69e404037bfecec461b98e6c5a5fed467e17545 (diff)
downloadvbox-7918fa89739b9d43407a325ba263747381d7595f.tar.gz
vbox-7918fa89739b9d43407a325ba263747381d7595f.tar.bz2
Fixes kvmx usage
-rwxr-xr-xkvmx2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmx b/kvmx
index ad1dbd1..ad17336 100755
--- 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"