From 4b3a7f93a58f6f8284af54a6c037c16a9d2204b3 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel <samuel@dionne-riel.com> Date: Fri, 20 Apr 2018 16:34:06 -0400 Subject: [PATCH] doc: Adds `--quiet` to the common options. Fixes #1298 --- doc/manual/command-ref/opt-common-syn.xml | 3 +++ doc/manual/command-ref/opt-common.xml | 17 +++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/doc/manual/command-ref/opt-common-syn.xml b/doc/manual/command-ref/opt-common-syn.xml index 168bef080..b610b54b9 100644 --- a/doc/manual/command-ref/opt-common-syn.xml +++ b/doc/manual/command-ref/opt-common-syn.xml @@ -8,6 +8,9 @@ <arg choice='plain'><option>-v</option></arg> </group> </arg> +<arg> + <arg choice='plain'><option>--quiet</option></arg> +</arg> <arg> <group choice='plain'> <arg choice='plain'><option>--no-build-output</option></arg> diff --git a/doc/manual/command-ref/opt-common.xml b/doc/manual/command-ref/opt-common.xml index bcb60b301..4c572e129 100644 --- a/doc/manual/command-ref/opt-common.xml +++ b/doc/manual/command-ref/opt-common.xml @@ -75,6 +75,23 @@ </varlistentry> +<varlistentry><term><option>--quiet</option></term> + + <listitem> + + <para>Decreases the level of verbosity of diagnostic messages + printed on standard error. This is the inverse option to + <option>-v</option> / <option>--verbose</option>. + </para> + + <para>This option may be specified repeatedly. See the previous + verbosity levels list.</para> + + </listitem> + +</varlistentry> + + <varlistentry><term><option>--no-build-output</option> / <option>-Q</option></term> <listitem><para>By default, output written by builders to standard -- GitLab