diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-10-30 01:15:44 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-10-30 01:16:11 -0600 |
| commit | 7bb08f5a138d265fd7a4b9c26a697a0d40163b18 (patch) | |
| tree | 82e7bde9e5a4697f4bfb6d95a5e454910526f886 /man/asciidoctor.adoc | |
| parent | 46d3a25a81a0528bf16ee3d5f7f528b9429806fa (diff) | |
sync description of --failure-level in man page [skip ci]
Diffstat (limited to 'man/asciidoctor.adoc')
| -rw-r--r-- | man/asciidoctor.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/asciidoctor.adoc b/man/asciidoctor.adoc index b2b830ef..dd4ba74a 100644 --- a/man/asciidoctor.adoc +++ b/man/asciidoctor.adoc @@ -126,8 +126,8 @@ Matching templates found in subsequent directories override ones previously disc === Processing Information *--failure-level*=_LEVEL_:: - The minimum logging level that triggers a non-zero exit code (failure). - If this option is not set (default: FATAL), the program exits with exit code zero even if warnings or errors have been logged. + Set the minimum logging level (default: FATAL) that yields a non-zero exit code (i.e., failure). + If this option is not set, the program exits with a zero exit code even if warnings or errors have been logged. *-q, --quiet*:: Silence application log messages and script warnings. |
