This commit is contained in:
Lasse Blaauwbroek
2023-06-08 02:29:24 +02:00
parent 97bdeaea12
commit b29f18ed64
9 changed files with 9 additions and 18 deletions

View File

@@ -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")