summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorMichael Elovskikh <wronglink@yandex-team.ru>2016-06-01 22:50:34 +0500
committerGuido Günther <agx@sigxcpu.org>2016-07-06 13:34:43 +0200
commita6311e67657caad551ca0908a17e1c1339507472 (patch)
treee44d19fa68cd02a325b899bbebfe19d927339e60 /docs
parent7ba43f653c44a7e1e453b59e37ae9f5ebc8ad6c4 (diff)
Added option `never` to dch `--spawn-editor` choices
Diffstat (limited to 'docs')
-rw-r--r--docs/manpages/gbp-dch.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manpages/gbp-dch.sgml b/docs/manpages/gbp-dch.sgml
index 59f4563d..edff6e12 100644
--- a/docs/manpages/gbp-dch.sgml
+++ b/docs/manpages/gbp-dch.sgml
@@ -53,7 +53,7 @@
<arg><option>--[no-]git-author</option></arg>
<arg><option>--[no-]multimaint</option></arg>
<arg><option>--[no-]multimaint-merge</option></arg>
- <arg><option>--spawn-editor=[always|snapshot|release]</option></arg>
+ <arg><option>--spawn-editor=[always|never|snapshot|release]</option></arg>
<arg><option>--commit-msg=</option><replaceable>msg-format</replaceable></arg>
<arg><option>--commit</option></arg>
<arg><option>--customizations=</option><replaceable>customization-file</replaceable></arg>
@@ -390,11 +390,11 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><option>--spawn-editor=<replaceable>[always|snapshot|release]</replaceable></option>
+ <term><option>--spawn-editor=<replaceable>[always|never|snapshot|release]</replaceable></option>
</term>
<listitem>
<para>
- Whether to spawn an editor: always, when doing snapshots or when
+ Whether to spawn an editor: always, never, when doing snapshots or when
doing a release.
</para>
</listitem>