Mercurial > p > roundup > code
diff roundup/scripts/roundup_server.py @ 2287:49f69762c66a
roundup-server -g option not recognised [SF#952310]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 12 May 2004 22:30:25 +0000 |
| parents | c77483d2cda4 |
| children | e21c3a447a62 |
line wrap: on
line diff
--- a/roundup/scripts/roundup_server.py Wed May 12 22:27:17 2004 +0000 +++ b/roundup/scripts/roundup_server.py Wed May 12 22:30:25 2004 +0000 @@ -17,7 +17,7 @@ """Command-line script that runs a server over roundup.cgi.client. -$Id: roundup_server.py,v 1.47 2004-05-10 00:38:38 richard Exp $ +$Id: roundup_server.py,v 1.48 2004-05-12 22:30:25 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'
