Browse Source

Add --dispvm to qvm-run documentation

Marek Marczykowski-Górecki 10 years ago
parent
commit
84957e78da
2 changed files with 3 additions and 0 deletions
  1. 2 0
      doc/vm-tools/qvm-run.rst
  2. 1 0
      qubes-rpc/qvm-run

+ 2 - 0
doc/vm-tools/qvm-run.rst

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

+ 1 - 0
qubes-rpc/qvm-run

@@ -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