diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-05-21 10:24:21 +0300 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2014-06-30 21:05:13 +0200 |
commit | 36c8e5cd00fd600be63160b0ef9427a70ab45870 (patch) | |
tree | 4be7a8f7687630e258dfc4275df47a8ec0f1cf43 /docs/manpages/gbp-pq.sgml | |
parent | 4290a94fcdc34f405184b9fff3d81ee5e090dbb5 (diff) | |
download | git-buildpackage-36c8e5cd00fd600be63160b0ef9427a70ab45870.tar.gz git-buildpackage-36c8e5cd00fd600be63160b0ef9427a70ab45870.tar.bz2 git-buildpackage-36c8e5cd00fd600be63160b0ef9427a70ab45870.zip |
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-pq.sgml')
-rw-r--r-- | docs/manpages/gbp-pq.sgml | 38 |
1 files changed, 3 insertions, 35 deletions
diff --git a/docs/manpages/gbp-pq.sgml b/docs/manpages/gbp-pq.sgml index 07781893..e0942083 100644 --- a/docs/manpages/gbp-pq.sgml +++ b/docs/manpages/gbp-pq.sgml @@ -19,9 +19,7 @@ <refsynopsisdiv> <cmdsynopsis> &gbp-pq; - <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; <arg><option>--[no-]patch-numbers</option></arg> <arg><option>--topic=</option><replaceable>topic</replaceable></arg> <arg><option>--time-machine=</option><replaceable>num</replaceable></arg> @@ -125,38 +123,8 @@ <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 - '<debug>:<info>:<warning>:<error>'. - 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; + <varlistentry> <term><option>--[no-]patch-numbers</option> </term> |