aboutsummaryrefslogtreecommitdiff
path: root/kvmx
diff options
context:
space:
mode:
Diffstat (limited to 'kvmx')
-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"