[libvirt] [python PATCH] event-test.py: Remove extra ( in --help output

Jiri Denemark jdenemar at redhat.com
Tue Feb 6 11:00:01 UTC 2018


Signed-off-by: Jiri Denemark <jdenemar at redhat.com>
---

Pushed as trivial.

 examples/event-test.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/event-test.py b/examples/event-test.py
index 2587226..3de333c 100755
--- a/examples/event-test.py
+++ b/examples/event-test.py
@@ -666,8 +666,8 @@ def myConnectionCloseCallback(conn, reason, opaque):
 def usage():
     print("usage: "+os.path.basename(sys.argv[0])+" [-hdl] [uri]")
     print("   uri will default to qemu:///system")
-    print("   --help, -h   Print(this help message")
-    print("   --debug, -d  Print(debug output")
+    print("   --help, -h   Print this help message")
+    print("   --debug, -d  Print debug output")
     print("   --loop=TYPE, -l   Choose event-loop-implementation (native, poll, asyncio)")
     print("   --timeout=SECS  Quit after SECS seconds running")
 
-- 
2.16.1




More information about the libvir-list mailing list