mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-08-04 12:21:57 +03:00
event-test.py: Remove extra ( in --help output
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
@ -666,8 +666,8 @@ def myConnectionCloseCallback(conn, reason, opaque):
|
|||||||
def usage():
|
def usage():
|
||||||
print("usage: "+os.path.basename(sys.argv[0])+" [-hdl] [uri]")
|
print("usage: "+os.path.basename(sys.argv[0])+" [-hdl] [uri]")
|
||||||
print(" uri will default to qemu:///system")
|
print(" uri will default to qemu:///system")
|
||||||
print(" --help, -h Print(this help message")
|
print(" --help, -h Print this help message")
|
||||||
print(" --debug, -d Print(debug output")
|
print(" --debug, -d Print debug output")
|
||||||
print(" --loop=TYPE, -l Choose event-loop-implementation (native, poll, asyncio)")
|
print(" --loop=TYPE, -l Choose event-loop-implementation (native, poll, asyncio)")
|
||||||
print(" --timeout=SECS Quit after SECS seconds running")
|
print(" --timeout=SECS Quit after SECS seconds running")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user