docs: document the --customizations option of gbp dch
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 26 May 2014 10:24:23 +0000 (13:24 +0300)
committerGuido Günther <agx@sigxcpu.org>
Thu, 5 Jun 2014 17:19:44 +0000 (19:19 +0200)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
docs/manpages/gbp-dch.sgml

index 082597a77d863b65148c27f8bf6dcb407fae720b..94a535acda6716e7040dcdcf7168560c7b5411e1 100644 (file)
@@ -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>
          <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>