man.common-options.ent 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <!ENTITY man.common.options.synopsis
  2. "
  3. <arg><option>--version</option></arg>
  4. <arg><option>--help</option></arg>
  5. <arg><option>--verbose</option></arg>
  6. <arg><option>--color=</option><replaceable>[auto|on|off]</replaceable></arg>
  7. <arg><option>--color-scheme=</option><replaceable>COLOR_SCHEME</replaceable></arg>
  8. "
  9. >
  10. <!ENTITY man.common.options.description
  11. "
  12. <varlistentry>
  13. <term><option>--version</option></term>
  14. <listitem>
  15. <para>
  16. Print version of the program, i.e. version of the git-buildpackage
  17. suite
  18. </para>
  19. </listitem>
  20. </varlistentry>
  21. <varlistentry>
  22. <term><option>-v</option></term>
  23. <term><option>--verbose</option></term>
  24. <listitem>
  25. <para>
  26. Verbose execution
  27. </para>
  28. </listitem>
  29. </varlistentry>
  30. <varlistentry>
  31. <term><option>-h</option></term>
  32. <term><option>--help</option></term>
  33. <listitem>
  34. <para>
  35. Print help and exit
  36. </para>
  37. </listitem>
  38. </varlistentry>
  39. <varlistentry>
  40. <term><option>--color=</option><replaceable>[auto|on|off]</replaceable>
  41. </term>
  42. <listitem>
  43. <para>
  44. Whether to use colored output.
  45. </para>
  46. </listitem>
  47. </varlistentry>
  48. <varlistentry>
  49. <term><option>--color-scheme=</option><replaceable>COLOR_SCHEME</replaceable>
  50. </term>
  51. <listitem>
  52. <para>
  53. Colors to use in output (when color is enabled). The format for
  54. COLOR_SCHEME is
  55. '&lt;debug&gt;:&lt;info&gt;:&lt;warning&gt;:&lt;error&gt;'.
  56. Numerical values and color names are accepted, empty fields imply
  57. the default color. For example,
  58. <option>--git-color-scheme=</option><literal>'cyan:34::'</literal> would
  59. show debug messages in cyan, info messages in blue and other messages
  60. in default (i.e. warning and error messages in red).
  61. </para>
  62. </listitem>
  63. </varlistentry>
  64. "
  65. >