aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-05-26 13:24:23 +0300
committerGuido Günther <agx@sigxcpu.org>2014-06-05 19:19:44 +0200
commit07637abe3540c65a6352aba667ebdecfcb4bfe85 (patch)
tree4a643012207426f71893f7a2e3c1887607d731a3
parent70f008d8e881bcaad6d95577d0b8c87b334962c0 (diff)
docs: document the --customizations option of gbp dch
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
-rw-r--r--docs/manpages/gbp-dch.sgml13
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/manpages/gbp-dch.sgml b/docs/manpages/gbp-dch.sgml
index 082597a7..94a535ac 100644
--- a/docs/manpages/gbp-dch.sgml
+++ b/docs/manpages/gbp-dch.sgml
@@ -56,7 +56,7 @@
<arg><option>--spawn-editor=[always|snapshot|release]</option></arg>
<arg><option>--commit-msg=</option><replaceable>msg-format</replaceable></arg>
<arg><option>--commit</option></arg>
- <arg><option>--customization=</option><replaceable>customization-file</replaceable></arg>
+ <arg><option>--customizations=</option><replaceable>customization-file</replaceable></arg>
<arg choice="plain"><replaceable>[path1 path2]</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
@@ -313,6 +313,17 @@
<para>Commit the generated changelog.</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--customizations=</option><replaceable>customization-file</replaceable>
+ </term>
+ <listitem>
+ <para>
+ Load Python code from <replaceable>customization-file</replaceable>.
+ At the moment, the only useful thing the code can do is define a
+ custom format_changelog_entry() function.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>
<refsect1>