Skip to content
Snippets Groups Projects
Commit 7b309765 authored by Doug Harms's avatar Doug Harms
Browse files

minor change to prompt

parent 49aa3c46
No related merge requests found
......@@ -33,7 +33,7 @@ sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
# process command line arguments
argc = len(sys.argv)
if argc != 2:
print ("usage: python3 server.py serverPort")
print ("usage: python3 threaded-server.py serverPort")
sys.exit()
port = int(sys.argv[1])
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment