--- scripts/roundup_mailgw.py.orig 2006-06-06 13:00:10.364762911 +0200 +++ scripts/roundup_mailgw.py 2006-06-06 12:59:41.879004443 +0200 @@ -33,7 +33,7 @@ if message is not None: print message print _( -"""Usage: %(program)s [-v] [-c] [[-C class] -S field=value]* [method] +"""Usage: %(program)s [-v] [-c class] [[-C class] -S field=value]* [method] Options: -v: print version and exit @@ -104,7 +104,7 @@ # take the argv array and parse it leaving the non-option # arguments in the args array. try: - optionsList, args = getopt.getopt(argv[1:], 'vcC:S:', ['set=', + optionsList, args = getopt.getopt(argv[1:], 'vc:C:S:', ['set=', 'class=']) except getopt.GetoptError: # print help information and exit: