qvm-run: warn if --localcmd used without --pass-io

Bu işleme şunda yer alıyor:
Marek Marczykowski-Górecki 2016-02-08 05:01:50 +01:00
ebeveyn 6378e2bd20
işleme 0e273276d3
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 063938BA42CFA724

Dosyayı Görüntüle

@ -132,6 +132,10 @@ def main():
if (options.passio and not options.localcmd) and options.run_on_all_running:
parser.error ("Options --all and --pass-io cannot be used together")
if options.localcmd and not options.passio:
print >> sys.stderr, "WARNING: option --localcmd have no effect " \
"without --pass-io"
if options.passio:
options.verbose = False