comparison 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
comparison
equal deleted inserted replaced
2285:c7f780c24a87 2287:49f69762c66a
15 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 15 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
16 # 16 #
17 17
18 """Command-line script that runs a server over roundup.cgi.client. 18 """Command-line script that runs a server over roundup.cgi.client.
19 19
20 $Id: roundup_server.py,v 1.47 2004-05-10 00:38:38 richard Exp $ 20 $Id: roundup_server.py,v 1.48 2004-05-12 22:30:25 richard Exp $
21 """ 21 """
22 __docformat__ = 'restructuredtext' 22 __docformat__ = 'restructuredtext'
23 23
24 # python version check 24 # python version check
25 from roundup import version_check 25 from roundup import version_check
432 group = ROUNDUP_GROUP 432 group = ROUNDUP_GROUP
433 svc_args = None 433 svc_args = None
434 434
435 try: 435 try:
436 # handle the command-line args 436 # handle the command-line args
437 options = 'n:p:u:d:l:hNv' 437 options = 'n:p:g:u:d:l:hNv'
438 if RoundupService: 438 if RoundupService:
439 options += 'c' 439 options += 'c'
440 440
441 try: 441 try:
442 optlist, args = getopt.getopt(sys.argv[1:], options) 442 optlist, args = getopt.getopt(sys.argv[1:], options)

Roundup Issue Tracker: http://roundup-tracker.org/