tools/qvm-start-gui: fix cat-induced typo

<^-^>
This commit is contained in:
Marek Marczykowski-Górecki 2017-05-12 19:43:59 +02:00
parent cfc9ff2ce5
commit 57b87da9d1
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -329,7 +329,7 @@ parser.add_argument('--watch', action='store_true',
help='Keep watching for further domains startups, must be used with --all')
parser.add_argument('--pidfile', action='store', default=pidfile_path,
help='Pidfile path to create in --watch mode')
parser.add_argument('--notify-monitory-layout', action='store_true',
parser.add_argument('--notify-monitor-layout', action='store_true',
help='Notify running instance in --watch mode about changed monitor layout')