File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616#
1717""" HTTP Server that serves roundup.
1818
19- $Id: roundup_server.py,v 1.27 2003-09-04 23:28:50 richard Exp $
19+ $Id: roundup_server.py,v 1.28 2003-10-05 23:29:49 richard Exp $
2020"""
2121
2222# python version check
@@ -305,8 +305,8 @@ def usage(message=''):
305305 -n: sets the host name
306306 -p: sets the port to listen on
307307 -l: sets a filename to log to (instead of stdout)
308- -d: run the server in the background and on UN*X write the server's PID
309- to the nominated file . Note: on Windows the PID argument is needed,
308+ -d: sets a filename to write server PID to. This option causes the server
309+ to run in the background . Note: on Windows the PID argument is needed,
310310 but ignored. The -l option *must* be specified if this option is.
311311 -N: log client machine names in access log instead of IP addresses (much
312312 slower)
You can’t perform that action at this time.
0 commit comments