doc: document timeout parameter in manual pages
This commit is contained in:
parent
941d7c51d7
commit
97b1a11be0
4 changed files with 16 additions and 0 deletions
|
@ -45,6 +45,10 @@ configured in the configuration database.
|
||||||
*-S, --state-file* _FILE_
|
*-S, --state-file* _FILE_
|
||||||
Use _FILE_ as the state database.
|
Use _FILE_ as the state database.
|
||||||
|
|
||||||
|
*-T, --timeout* _TIMEOUT_
|
||||||
|
Wait up to _TIMEOUT_ seconds for executors to complete before
|
||||||
|
raising an error.
|
||||||
|
|
||||||
*-V, --version*
|
*-V, --version*
|
||||||
Print the ifupdown-ng version and exit.
|
Print the ifupdown-ng version and exit.
|
||||||
|
|
||||||
|
|
|
@ -43,6 +43,10 @@ stanzas between different formats.
|
||||||
*-S, --state-file* _FILE_
|
*-S, --state-file* _FILE_
|
||||||
Use _FILE_ as the state database.
|
Use _FILE_ as the state database.
|
||||||
|
|
||||||
|
*-T, --timeout* _TIMEOUT_
|
||||||
|
Wait up to _TIMEOUT_ seconds for executors to complete before
|
||||||
|
raising an error.
|
||||||
|
|
||||||
*-V, --version*
|
*-V, --version*
|
||||||
Print the ifupdown-ng version and exit.
|
Print the ifupdown-ng version and exit.
|
||||||
|
|
||||||
|
|
|
@ -62,6 +62,10 @@ configuration file to the current format.
|
||||||
*-S, --state-file* _FILE_
|
*-S, --state-file* _FILE_
|
||||||
Use _FILE_ as the state database.
|
Use _FILE_ as the state database.
|
||||||
|
|
||||||
|
*-T, --timeout* _TIMEOUT_
|
||||||
|
Wait up to _TIMEOUT_ seconds for executors to complete before
|
||||||
|
raising an error.
|
||||||
|
|
||||||
*-V, --version*
|
*-V, --version*
|
||||||
Print the ifupdown-ng version and exit.
|
Print the ifupdown-ng version and exit.
|
||||||
|
|
||||||
|
|
|
@ -48,6 +48,10 @@ configured in the configuration database.
|
||||||
*-S, --state-file* _FILE_
|
*-S, --state-file* _FILE_
|
||||||
Use _FILE_ as the state database.
|
Use _FILE_ as the state database.
|
||||||
|
|
||||||
|
*-T, --timeout* _TIMEOUT_
|
||||||
|
Wait up to _TIMEOUT_ seconds for executors to complete before
|
||||||
|
raising an error.
|
||||||
|
|
||||||
*-V, --version*
|
*-V, --version*
|
||||||
Print the ifupdown-ng version and exit.
|
Print the ifupdown-ng version and exit.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue