mirror of
https://github.com/google/pebble.git
synced 2025-05-18 01:14:55 +00:00
spelling: coming
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
d8ade6b665
commit
726d92f563
5 changed files with 6 additions and 6 deletions
|
@ -694,7 +694,7 @@ if __name__ == '__main__':
|
|||
# Collect our command line arguments
|
||||
parser = argparse.ArgumentParser(formatter_class=argparse.ArgumentDefaultsHelpFormatter)
|
||||
parser.add_argument('--port', type=int, default=1233,
|
||||
help="Port to accept incomming connections on")
|
||||
help="Port to accept incoming connections on")
|
||||
parser.add_argument('--target', default='localhost:1234',
|
||||
help="target to connect to ")
|
||||
parser.add_argument('--connect_timeout', type=float, default=1.0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue