Skip to content

Commit 4b482e0

Browse files
author
Richard Jones
committed
better explanation of -d arg
1 parent e74b0fd commit 4b482e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

roundup/scripts/roundup_server.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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)

0 commit comments

Comments
 (0)