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:
parent
ce3c1cfb7c
commit
25b304ccf3
@ -26,10 +26,10 @@ Usage: $0 vmname command arguments
|
|||||||
Executes a command in another VM using the qubes.VMShell RPC service. The
|
Executes a command in another VM using the qubes.VMShell RPC service. The
|
||||||
arguments are joined with spaces and passed to "bash -c".
|
arguments are joined with spaces and passed to "bash -c".
|
||||||
|
|
||||||
Standard input and output are connected to the command. Unlike qvm-run in Dom0,
|
Standard input, output, and error are connected to the command. Unlike qvm-run
|
||||||
this tool does not propagate standard error or exit codes, nor does it offer
|
in Dom0, this tool does not propagate exit codes, nor does it offer protection
|
||||||
protection against the remote VM messing with your terminal if standard output
|
against the remote VM messing with your terminal if standard output is your
|
||||||
is your terminal.
|
terminal.
|
||||||
|
|
||||||
You can use @dispvm or \$dispvm or --dispvm instead of vmname to start a new
|
You can use @dispvm or \$dispvm or --dispvm instead of vmname to start a new
|
||||||
DisposableVM.
|
DisposableVM.
|
||||||
|
Loading…
Reference in New Issue
Block a user