mirror of
https://github.com/gryf/wicd.git
synced 2025-12-21 05:18:02 +01:00
Testing:
- Fix typo in daemon
This commit is contained in:
@@ -1523,7 +1523,7 @@ def main(argv):
|
|||||||
try:
|
try:
|
||||||
opts, args = getopt.getopt(sys.argv[1:], 'fenosP:',
|
opts, args = getopt.getopt(sys.argv[1:], 'fenosP:',
|
||||||
['help', 'no-daemon', 'no-poll', 'no-stderr', 'no-stdout',
|
['help', 'no-daemon', 'no-poll', 'no-stderr', 'no-stdout',
|
||||||
'no-scan''])
|
'no-scan'])
|
||||||
except getopt.GetoptError:
|
except getopt.GetoptError:
|
||||||
# Print help information and exit
|
# Print help information and exit
|
||||||
usage()
|
usage()
|
||||||
|
|||||||
Reference in New Issue
Block a user