aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-08-07 15:26:21 -0300
committerGuido Günther <agx@sigxcpu.org>2017-08-07 15:41:30 -0300
commit01a4a7fe91b8fb7193a1344409855c4f61e1f880 (patch)
tree4a54a18bbbda114474f91e5e78e80021c9ed9cf4 /docs
parentce76320b429de9d90680af05932cc8ab42da14bc (diff)
dch: support passing arbitrary dch command line options
Closes: #596513, #682854
Diffstat (limited to 'docs')
-rw-r--r--docs/manpages/gbp-dch.sgml14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/manpages/gbp-dch.sgml b/docs/manpages/gbp-dch.sgml
index 20400760..f57c5a8a 100644
--- a/docs/manpages/gbp-dch.sgml
+++ b/docs/manpages/gbp-dch.sgml
@@ -79,6 +79,7 @@
<arg><option>--commit</option></arg>
</group>
<arg><option>--customizations=</option><replaceable>customization-file</replaceable></arg>
+ <arg rep='repeat'><option>--dch-opt=</option><replaceable>dch-options</replaceable></arg>
<arg><option>--verbose</option></arg>
<arg choice="plain"><replaceable><optional>path1 path2</optional></replaceable></arg>
</cmdsynopsis>
@@ -483,6 +484,19 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--dch-opt=</option><replaceable>dch-option</replaceable>
+ </term>
+ <listitem>
+ <para>
+ Pass option to &dch; verbatim. Note that &gbp-dch; invokes &dch;
+ multiple times and the option is passed to all invocations so not all
+ &dch; options make sense here. Options may also conflict
+ with options picked by &gbp-dch;.
+ </para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</refsect1>
<refsect1>