From 84957e78dad22d0ffad1aaa1fc510d9e952fe73d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sun, 25 May 2014 00:54:55 +0200 Subject: [PATCH] Add --dispvm to qvm-run documentation --- doc/vm-tools/qvm-run.rst | 2 ++ qubes-rpc/qvm-run | 1 + 2 files changed, 3 insertions(+) diff --git a/doc/vm-tools/qvm-run.rst b/doc/vm-tools/qvm-run.rst index c496c08..627f6b9 100644 --- a/doc/vm-tools/qvm-run.rst +++ b/doc/vm-tools/qvm-run.rst @@ -14,6 +14,8 @@ SYNOPSIS OPTIONS ======= +--dispvm + Pass this option instead of vmname to start new DisposableVM AUTHORS ======= diff --git a/qubes-rpc/qvm-run b/qubes-rpc/qvm-run index e643caa..7d58b60 100755 --- a/qubes-rpc/qvm-run +++ b/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