From 57b87da9d1a5ccb32f7fea3fc8813b726389a71f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Fri, 12 May 2017 19:43:59 +0200 Subject: [PATCH] tools/qvm-start-gui: fix cat-induced typo <^-^> --- qubesadmin/tools/qvm_start_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qubesadmin/tools/qvm_start_gui.py b/qubesadmin/tools/qvm_start_gui.py index f6398e4..5aed244 100644 --- a/qubesadmin/tools/qvm_start_gui.py +++ b/qubesadmin/tools/qvm_start_gui.py @@ -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')