aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/manpages/gbp-config.sgml
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-05-21 10:24:21 +0300
committerGuido Günther <agx@sigxcpu.org>2014-06-30 21:05:13 +0200
commit36c8e5cd00fd600be63160b0ef9427a70ab45870 (patch)
tree4be7a8f7687630e258dfc4275df47a8ec0f1cf43 /docs/manpages/gbp-config.sgml
parent4290a94fcdc34f405184b9fff3d81ee5e090dbb5 (diff)
docs: document common options in one place
Move the documentation of command line options common to all tools into one file. This unifies the manpage documentation and should make its maintenance easier. Also, this change adds missing options to several manpages. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'docs/manpages/gbp-config.sgml')
-rw-r--r--docs/manpages/gbp-config.sgml33
1 files changed, 2 insertions, 31 deletions
diff --git a/docs/manpages/gbp-config.sgml b/docs/manpages/gbp-config.sgml
index 599d1168..9b3d7edd 100644
--- a/docs/manpages/gbp-config.sgml
+++ b/docs/manpages/gbp-config.sgml
@@ -21,9 +21,7 @@
<cmdsynopsis>
&gbp-config;
- <arg><option>--verbose</option></arg>
- <arg><option>--color=</option><replaceable>[auto|on|off]</replaceable></arg>
- <arg><option>--color-scheme</option>=<replaceable>COLOR_SCHEME</replaceable></arg>
+ &man.common.options.synopsis;
<group choice='req'>
<arg choice="plain"><replaceable>command.option</replaceable></arg>
<arg choice="plain"><replaceable>command</replaceable></arg>
@@ -41,34 +39,7 @@
<refsect1>
<title>OPTIONS</title>
<variablelist>
- <varlistentry>
- <term><option>--verbose</option></term>
- <term><option>-v</option></term>
- <listitem>
- <para>verbose execution</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><option>--color=</option><replaceable>[auto|on|off]</replaceable>
- </term>
- <listitem>
- <para>Whether to use colored output.</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><option>--color-scheme</option>=<replaceable>COLOR_SCHEME</replaceable></term>
- <listitem>
- <para>
- Colors to use in output (when color is enabled). The format for
- COLOR_SCHEME is
- '&lt;debug&gt;:&lt;info&gt;:&lt;warning&gt;:&lt;error&gt;'.
- Numerical values and color names are accepted, empty fields imply
- the default color. For example --git-color-scheme='cyan:34::' would
- show debug messages in cyan, info messages in blue and other messages
- in default (i.e. warning and error messages in red).
- </para>
- </listitem>
- </varlistentry>
+ &man.common.options.description;
</variablelist>
</refsect1>
<refsect1>