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

typo fix

parent 6fe2a6d0
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,6 @@ static inline void info_help (void)
" logname: displays the logger's name\n"
" logdst: displays the logger's destination\n"
" logfile: displays the contents of the log file\n"
"\n"
;
if (buffer_putsflush(buffer_1, help) < 0)
......
......@@ -108,7 +108,6 @@ static inline void info_help (void)
" allowed: displays a list of allowed user to use the tree\n"
" symlinks: displays the target of tree's symlinks\n"
" contents: displays the contents of the tree\n"
"\n"
;
if (buffer_putsflush(buffer_1, help) < 0)
......
......@@ -26,7 +26,7 @@ char const *help_enable =
" -l: live directory\n"
" -t: name of the tree to use\n"
" -f: force to overwrite the service(s)\n"
" -F: force to overwrite the service(s) and it dependencies\n"
" -F: force to overwrite the service(s) and its dependencies\n"
" -c: only appends new key=value pairs at environment configuration file from frontend file\n"
" -m: appends new key=value and merge existing one at environment configuration file from frontend file\n"
" -C: overwrite it environment configuration file from frontend file\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