diff --git a/daemon.py b/daemon.py index a636ee6..82600fa 100644 --- a/daemon.py +++ b/daemon.py @@ -1523,7 +1523,7 @@ def main(argv): try: opts, args = getopt.getopt(sys.argv[1:], 'fenosP:', ['help', 'no-daemon', 'no-poll', 'no-stderr', 'no-stdout', - 'no-scan'']) + 'no-scan']) except getopt.GetoptError: # Print help information and exit usage()