From 25b304ccf33b3932407ccf7e89dccceeeaded976 Mon Sep 17 00:00:00 2001 From: Rusty Bird Date: Wed, 6 May 2020 14:46:15 +0000 Subject: [PATCH] qvm-run-vm: fix comment While stderr isn't connected to the local_program argument (qrun-in-vm) of qrexec-client-vm, it *is* connected (by qrexec-client-vm itself) to the command the user passed to *to qvm-run-vm*. --- qubes-rpc/qvm-run-vm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qubes-rpc/qvm-run-vm b/qubes-rpc/qvm-run-vm index ac1a77c..af3b793 100755 --- a/qubes-rpc/qvm-run-vm +++ b/qubes-rpc/qvm-run-vm @@ -26,10 +26,10 @@ Usage: $0 vmname command arguments Executes a command in another VM using the qubes.VMShell RPC service. The arguments are joined with spaces and passed to "bash -c". -Standard input and output are connected to the command. Unlike qvm-run in Dom0, -this tool does not propagate standard error or exit codes, nor does it offer -protection against the remote VM messing with your terminal if standard output -is your terminal. +Standard input, output, and error are connected to the command. Unlike qvm-run +in Dom0, this tool does not propagate exit codes, nor does it offer protection +against the remote VM messing with your terminal if standard output is your +terminal. You can use @dispvm or \$dispvm or --dispvm instead of vmname to start a new DisposableVM.