diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2013-10-28 23:28:01 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2013-11-03 22:07:58 -0700 |
| commit | 7455ec6b0fc14c5db744e1955682425c8904bd4c (patch) | |
| tree | fcc97a8fb8a533be7eaafc74d31cb0c8f40142c0 /man | |
| parent | 25754e5f5b9b247b0168e962987011dbb1fabb52 (diff) | |
resolves #557 add flag to cli to suppress warnings
Diffstat (limited to 'man')
| -rw-r--r-- | man/asciidoctor.1 | 5 | ||||
| -rw-r--r-- | man/asciidoctor.adoc | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/man/asciidoctor.1 b/man/asciidoctor.1 index e5caebb5..931a0c9a 100644 --- a/man/asciidoctor.1 +++ b/man/asciidoctor.1 @@ -104,6 +104,11 @@ This option may be specified more than once\&. Matching templates found in subse .RE .SS "Processing Information" .PP +\fB\-q, \-\-quiet\fR +.RS 4 +Silence warnings\&. +.RE +.PP \fB\-\-trace\fR .RS 4 Include backtrace information on errors\&. Not enabled by default\&. diff --git a/man/asciidoctor.adoc b/man/asciidoctor.adoc index 3cfffe40..cc31fd46 100644 --- a/man/asciidoctor.adoc +++ b/man/asciidoctor.adoc @@ -122,6 +122,9 @@ subsequent directories override ones previously discovered. === Processing Information +*-q, --quiet*:: + Silence warnings. + *--trace*:: Include backtrace information on errors. Not enabled by default. |
