Add --dispvm to qvm-run documentation

This commit is contained in:
Marek Marczykowski-Górecki 2014-05-25 00:54:55 +02:00
parent 9f9d5d5fe7
commit 84957e78da
2 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,8 @@ SYNOPSIS
OPTIONS
=======
--dispvm
Pass this option instead of vmname to start new DisposableVM
AUTHORS
=======

View File

@ -22,6 +22,7 @@
if [ $# -lt 2 ] ; then
echo "Usage: $0 vmname command arguments"
echo " you can use \$dispvm or --dispvm instead of vmname to start new DisposableVM"
exit 1
fi
VMNAME=$1