Skip to content
Snippets Groups Projects
Commit a5104531 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

add 66-all help

parent a2f322ea
No related branches found
No related tags found
No related merge requests found
......@@ -123,3 +123,17 @@ char const *help_svctl =
" -X: bring down the service(s) and the kill his supervisor\n"
" -K: kill the service(s) and keep it down\n"
;
char const *usage_all = "66-all [ -h ] [ -v verbosity ] [ -f ] [ -T timeout ] [ -l live ] [ -o tree ] up/down" ;
char const *help_all =
"66-all <options> up/down\n"
"\n"
"options :\n"
" -h: print this help\n"
" -v: increase/decrease verbosity\n"
" -T: timeout\n"
" -l: live directory\n"
" -o: tree to use\n"
" -f: fork the process\n"
;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment