summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-04-07 23:59:15 -0600
committerGitHub <noreply@github.com>2021-04-07 23:59:15 -0600
commit8b3ddf3268f49029fffeba0f5faecab514b23ed9 (patch)
tree6a5d079dd6c75a2e4c8369abd9e9543760495ae6 /man
parent413703b1717a47ab208cc5ac02eda8b2be13ef28 (diff)
revise description of -v CLI option; document in usage that application log messages are written to STDERR (PR #3872)
Diffstat (limited to 'man')
-rw-r--r--man/asciidoctor.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/asciidoctor.adoc b/man/asciidoctor.adoc
index c2fdb2f8..9eadda44 100644
--- a/man/asciidoctor.adoc
+++ b/man/asciidoctor.adoc
@@ -136,7 +136,7 @@ Matching templates found in subsequent directories override ones previously disc
Include backtrace information when reporting errors.
*-v, --verbose*::
- Verbosely print processing information to stderr, including debug-level log messages.
+ Sets log level to DEBUG so application messages logged at INFO or DEBUG level are printed to stderr.
*-w, --warnings*::
Turn on script warnings (applies to executed code).