Merge commit '76d4aa0'

This commit is contained in:
Thomas Orozco 2020-04-19 17:49:43 +01:00
commit ab61b0ceaa
1 changed files with 2 additions and 2 deletions

View File

@ -122,9 +122,9 @@ Zombie processes will not be re-parented to Tini, so zombie reaping won't work.\
To fix the problem, "
#if HAS_SUBREAPER
#ifndef TINI_MINIMAL
"use the -s option "
"use the -s option or "
#endif
"or set the environment variable " SUBREAPER_ENV_VAR " to register Tini as a child subreaper, or "
"set the environment variable " SUBREAPER_ENV_VAR " to register Tini as a child subreaper, or "
#endif
"run Tini as PID 1.";