Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Geithner, Thomas
desk-control
Commits
8986cb0d
Commit
8986cb0d
authored
Oct 11, 2017
by
Geithner, Thomas
Browse files
added pidfile option to help message
parent
48bd9b63
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/desk-main.cpp
View file @
8986cb0d
...
...
@@ -18,7 +18,8 @@ using namespace std;
using
namespace
desk
;
void
print_help
(
void
){
cout
<<
"
\t
-c / --config <config_file> : config file"
<<
endl
;
cout
<<
"
\t
-c / --config <config_file> : config file (default: /etc/desk.conf)"
<<
endl
;
cout
<<
"
\t
-p / --pidfile <pid_file> : pid file (default: /var/run/desk.pid)"
<<
endl
;
cout
<<
"
\t
-d / --daemon : daemonize"
<<
endl
;
cout
<<
"
\t
-h / --help : print help"
<<
endl
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment