Mercurial > p > roundup > code
diff roundup/scripts/roundup_server.py @ 2288:105a4079b98f maint-0.7
merge from HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 12 May 2004 22:31:37 +0000 |
| parents | 3cdefcb2b7d2 |
| children | a15f91a10e45 |
line wrap: on
line diff
--- a/roundup/scripts/roundup_server.py Wed May 12 22:28:21 2004 +0000 +++ b/roundup/scripts/roundup_server.py Wed May 12 22:31:37 2004 +0000 @@ -17,7 +17,7 @@ """Command-line script that runs a server over roundup.cgi.client. -$Id: roundup_server.py,v 1.46.2.1 2004-05-09 23:41:13 richard Exp $ +$Id: roundup_server.py,v 1.46.2.2 2004-05-12 22:31:37 richard Exp $ """ __docformat__ = 'restructuredtext' @@ -434,7 +434,7 @@ try: # handle the command-line args - options = 'n:p:u:d:l:hNv' + options = 'n:p:g:u:d:l:hNv' if RoundupService: options += 'c'
