Add --dispvm to qvm-run documentation
This commit is contained in:
parent
9f9d5d5fe7
commit
84957e78da
@ -14,6 +14,8 @@ SYNOPSIS
|
||||
|
||||
OPTIONS
|
||||
=======
|
||||
--dispvm
|
||||
Pass this option instead of vmname to start new DisposableVM
|
||||
|
||||
AUTHORS
|
||||
=======
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user