Skip to content

Commit 36b1ac7

Browse files
author
Alexander Smishlajev
committed
mark non-windows usage part for translation;
better formatting of windows usage part (two lines were wrapped by xgettext)
1 parent 2721f8d commit 36b1ac7

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

roundup/scripts/roundup_server.py

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
"""Command-line script that runs a server over roundup.cgi.client.
1919
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 $
2121
"""
2222
__docformat__ = 'restructuredtext'
2323

@@ -345,14 +345,15 @@ def usage(message=''):
345345
if RoundupService:
346346
os_part = \
347347
""''' -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.'''
354355
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
356357
-g <GID> runs the Roundup web server as this GID
357358
-d <PIDfile> run the server in the background and write the server's PID
358359
to the file indicated by PIDfile. The -l option *must* be

0 commit comments

Comments
 (0)