Mercurial > p > roundup > code
diff roundup/scripts/roundup_server.py @ 1410:3a853f1c20b5 maint-0.5
backporting fixes from HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 06 Feb 2003 05:44:49 +0000 |
| parents | 434708fc4c29 |
| children | de4fa8bed9d3 |
line wrap: on
line diff
--- a/roundup/scripts/roundup_server.py Fri Jan 24 06:42:32 2003 +0000 +++ b/roundup/scripts/roundup_server.py Thu Feb 06 05:44:49 2003 +0000 @@ -16,7 +16,7 @@ # """ HTTP Server that serves roundup. -$Id: roundup_server.py,v 1.16.2.1 2003-01-13 02:45:09 richard Exp $ +$Id: roundup_server.py,v 1.16.2.2 2003-02-06 05:44:49 richard Exp $ """ # python version check @@ -247,7 +247,7 @@ try: # handle the command-line args try: - optlist, args = getopt.getopt(sys.argv[1:], 'n:p:u:d:l:') + optlist, args = getopt.getopt(sys.argv[1:], 'n:p:u:d:l:h') except getopt.GetoptError, e: usage(str(e))
