summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-11-01 23:56:43 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-11-01 23:56:43 -0600
commit2570b2b6d2ba9840d3e273c218122375a99e3bc2 (patch)
treeae319c687537d9b1e9ca72b2b0ae87c97c6677df /man
parentf375d179a528f8c3450c44c8f040892fbe70463b (diff)
clarify relationship between -v and --log-level CLI options in help text
Diffstat (limited to 'man')
-rw-r--r--man/asciidoctor.adoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/asciidoctor.adoc b/man/asciidoctor.adoc
index 091ce14f..e65a5040 100644
--- a/man/asciidoctor.adoc
+++ b/man/asciidoctor.adoc
@@ -143,7 +143,8 @@ Matching templates found in subsequent directories override ones previously disc
Include backtrace information when reporting errors.
*-v, --verbose*::
- Sets log level to DEBUG so application messages logged at INFO or DEBUG level are printed to stderr.
+ Sets log level to DEBUG so all application log messages are printed to stderr, including DEBUG and INFO levels.
+ If the `--log-level` option is also specified, it takes precedence.
*-w, --warnings*::
Turn on script warnings (applies to executed code).