1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 21:08:06 +01:00
- Fix typo in daemon
This commit is contained in:
imdano
2008-07-21 13:46:38 +00:00
parent ab3f0987e0
commit 1c2fbd4918

View File

@@ -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()