Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jjthomas committed Jun 28, 2016
1 parent 6ab4453 commit a8c3fec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

if __name__ == "__main__":
if len(sys.argv) != 3:
print("Usage: network_wordcount.py <hostname> <port>", file=sys.stderr)
print("Usage: structured_network_wordcount.py <hostname> <port>", file=sys.stderr)
exit(-1)

host = sys.argv[1]
Expand Down

0 comments on commit a8c3fec

Please sign in to comment.