Cleanup
This commit is contained in:
@@ -132,8 +132,7 @@ class CalculatorImpl(calculator_capnp.Calculator.Server):
|
||||
|
||||
def parse_args():
|
||||
parser = argparse.ArgumentParser(
|
||||
usage="""Runs the server bound to the\
|
||||
given address/port ADDRESS. """
|
||||
usage="""Runs the server bound to the given address/port ADDRESS. """
|
||||
)
|
||||
|
||||
parser.add_argument("address", help="ADDRESS:PORT")
|
||||
|
||||
Reference in New Issue
Block a user