diff --git a/chat.py b/chat.py index 13c0d5f..a07a9ba 100644 --- a/chat.py +++ b/chat.py @@ -10,7 +10,7 @@ parser = argparse.ArgumentParser(description='Simple dataspace-server-mediated t formatter_class=argparse.ArgumentDefaultsHelpFormatter) parser.add_argument('--address', metavar='\'\'', help='transport address of the server', - default='') + default='') parser.add_argument('--cap', metavar='\'\'', help='capability for the dataspace on the server', default='')