Only some fixes and cleanups.
This commit is contained in:
parent
2922cc930c
commit
da06e670d4
2 changed files with 6 additions and 4 deletions
|
|
@ -38,7 +38,7 @@ def parse_args():
|
|||
help='kill the daemon if it is running (default: false)')
|
||||
|
||||
parser.add_argument('-r', '--restart', default=False, dest='restart', action='store_true',
|
||||
help='restart the daemon if it is running(default: false)')
|
||||
help='restart the daemon if it is running (default: false)')
|
||||
|
||||
parser.add_argument('-s', '--stdout', default=False, dest='stdout', action='store_true',
|
||||
help='log to stdout')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue