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

@@ -9,8 +9,7 @@ import addressbook_capnp
def parse_args():
parser = argparse.ArgumentParser(
usage="Connects to the Example thread server \
at the given address and does some RPCs"
usage="Connects to the Example thread server at the given address and does some RPCs"
)
parser.add_argument("host", help="HOST:PORT")