diff options
author | Shea Levy <shea@shealevy.com> | 2018-04-23T12·41-0400 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2018-04-23T12·41-0400 |
commit | 25f580ee7547ec3d5ebd00fbec2297f91ec11c3c (patch) | |
tree | 3e223c574f806dfa0950432188d3f8124f2877ef | |
parent | 58f9ae0dcda30666373179b4fe6955e66edfca28 (diff) | |
parent | 4b3a7f93a58f6f8284af54a6c037c16a9d2204b3 (diff) |
Merge branch 'doc/quiet' of git://github.com/samueldr/nix
-rw-r--r-- | doc/manual/command-ref/opt-common-syn.xml | 3 | ||||
-rw-r--r-- | doc/manual/command-ref/opt-common.xml | 17 |
2 files changed, 20 insertions, 0 deletions
diff --git a/doc/manual/command-ref/opt-common-syn.xml b/doc/manual/command-ref/opt-common-syn.xml index 168bef080f4f..b610b54b9620 100644 --- a/doc/manual/command-ref/opt-common-syn.xml +++ b/doc/manual/command-ref/opt-common-syn.xml @@ -9,6 +9,9 @@ </group> </arg> <arg> + <arg choice='plain'><option>--quiet</option></arg> +</arg> +<arg> <group choice='plain'> <arg choice='plain'><option>--no-build-output</option></arg> <arg choice='plain'><option>-Q</option></arg> diff --git a/doc/manual/command-ref/opt-common.xml b/doc/manual/command-ref/opt-common.xml index bcb60b30125c..4c572e129445 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 |