Added “-i, --includedead” option explanation to help text
This commit is contained in:
parent
385935c662
commit
a677d3301b
1 changed files with 6 additions and 3 deletions
|
@ -64,10 +64,13 @@ OPTIONS
|
||||||
line (empty lines are ignored). Any instance matching any defined regex
|
line (empty lines are ignored). Any instance matching any defined regex
|
||||||
will be ignored by the program. Changes made to this file during program
|
will be ignored by the program. Changes made to this file during program
|
||||||
execution will be taken into account.
|
execution will be taken into account.
|
||||||
|
-i, --includedead
|
||||||
|
Include “dead” instances (see next two options descriptions to know which
|
||||||
|
instances are considered “dead”).
|
||||||
-g, --gracetime <time>
|
-g, --gracetime <time>
|
||||||
If an instance has not been responding for longer than this time, avoid
|
If an instance has not been responding for longer than this time, consider
|
||||||
checking it. See section «TIME SPECIFICATION» below to see how to specify
|
it dead and avoid checking it. See section «TIME SPECIFICATION» below to see
|
||||||
time.
|
how to specify time.
|
||||||
DEFAULT: '.ght($opts['gracetime'],null,0).'
|
DEFAULT: '.ght($opts['gracetime'],null,0).'
|
||||||
-G, --graceline
|
-G, --graceline
|
||||||
Return the “graceline” (now - gracetime: see option above) in unix time and
|
Return the “graceline” (now - gracetime: see option above) in unix time and
|
||||||
|
|
Loading…
Reference in a new issue