diff --git a/src/include/66/ssexec.h b/src/include/66/ssexec.h index e9d0897e7c7e0a6a9dcdff24bd9775dc41c227c6..b8c0a09b54d16f82c7ee99625399bcdb001d32eb 100644 --- a/src/include/66/ssexec.h +++ b/src/include/66/ssexec.h @@ -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) diff --git a/src/lib66/exec/ssexec_help.c b/src/lib66/exec/ssexec_help.c index 86c8ec4d4ec52fe150e32bb7fc460fb43e69b430..a256253bf3800dc7f795af43fafa882a0009b40f 100644 --- a/src/lib66/exec/ssexec_help.c +++ b/src/lib66/exec/ssexec_help.c @@ -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 ]" ;