diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-05-26 13:24:23 +0300 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-06-05 14:20:02 +0300 |
commit | 178b1cd37b8004755e649409f41d3aa4bfa9c159 (patch) | |
tree | c4cccb10dd84077c999346837278c5d2b495d2c4 /docs | |
parent | 49599815f75c26d10bd3cb0362ae703ee5b84ab2 (diff) | |
download | git-buildpackage-178b1cd37b8004755e649409f41d3aa4bfa9c159.tar.gz git-buildpackage-178b1cd37b8004755e649409f41d3aa4bfa9c159.tar.bz2 git-buildpackage-178b1cd37b8004755e649409f41d3aa4bfa9c159.zip |
docs: document the --customizations option of gbp dch
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages/gbp-dch.sgml | 13 |
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> |