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

Jiri Denemark posted 1 patch 6 years, 2 months ago
Failed in applying to current master (apply log)
examples/event-test.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[libvirt] [python PATCH] event-test.py: Remove extra ( in --help output
Posted by Jiri Denemark 6 years, 2 months ago
Signed-off-by: Jiri Denemark <jdenemar@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list