Skip to content

Commit a7a8be6

Browse files
ronindesign1st1
authored andcommitted
Address argument now has correct help message (#78)
Last argument for address was copied but not fully updated, left out was the 'help' message. This has been updated to be helpful.
1 parent 505e6e9 commit a7a8be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bench/echoclient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
parser.add_argument('--workers', default=3, type=int,
2323
help='number of workers')
2424
parser.add_argument('--addr', default='127.0.0.1:25000', type=str,
25-
help='number of workers')
25+
help='address:port of echoserver')
2626
args = parser.parse_args()
2727

2828
unix = False

0 commit comments

Comments
 (0)