mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-07-17 00:59:36 +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():
|
||||
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")
|
||||
|
||||
|
Reference in New Issue
Block a user