We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85b734 commit 43151f7Copy full SHA for 43151f7
mamonsu/lib/parser.py
@@ -12,10 +12,10 @@
12
-p, --pid <pid-file>
13
"""
14
if platform.LINUX:
15
- usage_msg += """ -d daemonize"""
+ usage_msg += """ -d daemonize
16
+"""
17
-usage_msg += """
18
- --version output version information, then exit
+usage_msg += """ --version output version information, then exit
19
--help show this help, then exit
20
21
Export example config with default variables:
0 commit comments