|
17 | 17 |
|
18 | 18 | """Command-line script that runs a server over roundup.cgi.client. |
19 | 19 |
|
20 | | -$Id: roundup_server.py,v 1.52 2004-06-21 04:42:11 richard Exp $ |
| 20 | +$Id: roundup_server.py,v 1.53 2004-07-02 08:52:00 a1s Exp $ |
21 | 21 | """ |
22 | 22 | __docformat__ = 'restructuredtext' |
23 | 23 |
|
@@ -345,14 +345,15 @@ def usage(message=''): |
345 | 345 | if RoundupService: |
346 | 346 | os_part = \ |
347 | 347 | ""''' -c <Command> Windows Service options. |
348 | | - If you want to run the server as a Windows Service, you must |
349 | | - configure the rest of the options by changing the constants |
350 | | - of this program. You will at least configure one tracker in |
351 | | - the TRACKER_HOMES variable. This option is mutually exclusive |
352 | | - from the rest. Typing "roundup-server -c help" shows Windows |
353 | | - Services specifics.''' |
| 348 | + If you want to run the server as a Windows Service, you |
| 349 | + must configure the rest of the options by changing the |
| 350 | + constants of this program. You will at least configure |
| 351 | + one tracker in the TRACKER_HOMES variable. This option |
| 352 | + is mutually exclusive from the rest. Typing |
| 353 | + "roundup-server -c help" shows Windows Services |
| 354 | + specifics.''' |
354 | 355 | else: |
355 | | - os_part = ''' -u <UID> runs the Roundup web server as this UID |
| 356 | + os_part = ""''' -u <UID> runs the Roundup web server as this UID |
356 | 357 | -g <GID> runs the Roundup web server as this GID |
357 | 358 | -d <PIDfile> run the server in the background and write the server's PID |
358 | 359 | to the file indicated by PIDfile. The -l option *must* be |
|
0 commit comments