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:15:44 -0600 |
| commit | 32fc56c2ffb321e83a2f0b6894859b89c8248c23 (patch) | |
| tree | f5021d9729847b72974e017fdb4157b79098711f | |
| parent | b8a6c8662cd0b5514af223b71cfdbb7c87e72f51 (diff) | |
sync description of --failure-level in man page [skip ci]
| -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 d3780dff..d32a214e 100644 --- a/man/asciidoctor.adoc +++ b/man/asciidoctor.adoc @@ -130,8 +130,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. |
