1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
<!ENTITY man.common.options.synopsis
"
<arg><option>--version</option></arg>
<arg><option>--help</option></arg>
<arg><option>--verbose</option></arg>
<arg><option>--color=</option>[auto|on|off]</arg>
<arg><option>--color-scheme=</option><replaceable>COLOR_SCHEME</replaceable></arg>
"
>
<!ENTITY man.common.options.description
"
<varlistentry>
<term><option>--version</option></term>
<listitem>
<para>
Print version of the program, i.e. version of the git-buildpackage
suite
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-v</option></term>
<term><option>--verbose</option></term>
<listitem>
<para>
Verbose execution
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-h</option></term>
<term><option>--help</option></term>
<listitem>
<para>
Print help and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--color=</option>[auto|on|off]
</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,
<option>--git-color-scheme=</option><literal>'cyan:34::'</literal> 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>
"
>
|