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*.
This commit is contained in:
Rusty Bird 2020-05-06 14:46:15 +00:00
parent ce3c1cfb7c
commit 25b304ccf3
No known key found for this signature in database
GPG Key ID: 469D78F47AAF2ADF

View File

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