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

allow -B options at start command

parent 9881a774
No related branches found
No related tags found
No related merge requests found
......@@ -259,7 +259,7 @@ extern char const *help_scandir_zombies ;
#define OPTS_INSERVICE_LEN (sizeof OPTS_INSERVICE - 1)
#define OPTS_BOOT "hms:e:d:b:l:"
#define OPTS_BOOT_LEN (sizeof OPTS_BOOT - 1)
#define OPTS_SCANCTL "ho:d:t:e:"
#define OPTS_SCANCTL "d:s:e:B"
#define OPTS_SCANCTL_LEN (sizeof OPTS_SCANCTL - 1)
#define OPTS_SCANDIR_WRAPPER "ho:"
#define OPTS_SCANCTL_WRAPPER_LEN (sizeof OPTS_SCANDIR_WRAPPER - 1)
......
......@@ -528,7 +528,7 @@ char const *help_scandir_remove =
" -h: print this help\n"
;
char const *usage_scandir_start = "66 scandir start [ -h ] [ -d notif ] [ -s rescan ] [ -e environment ]" ;
char const *usage_scandir_start = "66 scandir start [ -h ] [ -d notif ] [ -s rescan ] [ -e environment ] [ -B ]" ;
char const *help_scandir_start =
"\nstart a scandir\n"
......@@ -538,6 +538,7 @@ char const *help_scandir_start =
" -d: notify readiness on file descriptor\n"
" -s: scan scandir every milliseconds\n"
" -e: use environment as environment directory\n"
" -B: create scandir (if it not exist yet) for a boot process inside a container\n"
;
char const *usage_scandir_stop = "66 scandir stop [ -h ]" ;
......
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