tools: fix qvm-run --help

QubesOS/qubes-issues#
This commit is contained in:
Marek Marczykowski-Górecki 2017-09-20 22:53:30 +02:00
parent 0a06ad9152
commit ab9a57a544
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -108,7 +108,7 @@ parser.add_argument('--exclude', action='append', default=[],
help='exclude the qube from --all')
parser.add_argument('cmd', metavar='COMMAND',
help='command to run')
help='command or service to run')
def copy_stdin(stream):
'''Copy stdin to *stream*'''