X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Ftest-jsonrpc.py;h=5ce45ad2f3a9a7f476d4c14d9b200f18a6d6e823;hb=ec394dad53eefc410de4058a2abe7181c1bd58c3;hp=9da3bd2d73ce5a32d086e82924af31885cab552e;hpb=8ed182d80ed37c94c88ca5a4df11267ee6432fe8;p=sliver-openvswitch.git diff --git a/tests/test-jsonrpc.py b/tests/test-jsonrpc.py index 9da3bd2d7..5ce45ad2f 100644 --- a/tests/test-jsonrpc.py +++ b/tests/test-jsonrpc.py @@ -212,7 +212,7 @@ usage: %s [OPTIONS] COMMAND [ARG...] request REMOTE METHOD PARAMS send request, print reply notify REMOTE METHOD PARAMS send notification and exit """ % (ovs.util.PROGRAM_NAME, ovs.util.PROGRAM_NAME)) - ovs.stream.usage("JSON-RPC", True, True) + sys.stdout.write(ovs.stream.usage("JSON-RPC") + "\n") ovs.daemon.usage() sys.stdout.write(""" Other options: