mirror of
https://github.com/gryf/wicd.git
synced 2026-01-04 04:44:12 +01:00
Removed files that are generated by python setup.py configure
Added command to setup.py to clean out generated files ('cleargenerated')
Added the revision number to wicd-daemon.py --help
This commit is contained in:
@@ -1456,7 +1456,7 @@ Arguments:
|
||||
\t-n\t--no-poll\tDon't monitor network status.
|
||||
\t-o\t--no-stdout\tDon't redirect stdout.
|
||||
\t-h\t--help\t\tPrint this help.
|
||||
""" % wpath.version
|
||||
""" % (wpath.version + ' (bzr-r%s)' % wpath.revision)
|
||||
|
||||
def daemonize():
|
||||
""" Disconnect from the controlling terminal.
|
||||
|
||||
Reference in New Issue
Block a user