Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
HEP
HEPnOS
Commits
407030cf
Commit
407030cf
authored
Apr 26, 2018
by
Matthieu Dorier
Browse files
changed usage message
parent
d713b843
Changes
1
Show whitespace changes
Inline
Side-by-side
bin/hepnos-daemon.cpp
View file @
407030cf
...
...
@@ -19,7 +19,7 @@
void
usage
(
void
)
{
fprintf
(
stderr
,
"Usage: hepnos-
service
<addr> <config>
\n
"
);
fprintf
(
stderr
,
"Usage: hepnos-
daemon
<addr> <config>
\n
"
);
fprintf
(
stderr
,
" <addr> the Mercury address to listen on (e.g. tcp://)
\n
"
);
fprintf
(
stderr
,
" <config> path to the YAML file to generate for clients
\n
"
);
exit
(
-
1
);
...
...
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