summaryrefslogtreecommitdiff
path: root/gbp/config.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-09-26 10:31:48 +0200
committerGuido Günther <agx@sigxcpu.org>2014-09-26 10:32:59 +0200
commit90b283fefe8345eb7fd0f219bb64710cf535703a (patch)
treea6fad19481b8bd8d44eae1fa217fc2e78f765598 /gbp/config.py
parent51ac0a5a7026301704b92d8fd6affd098a1442b5 (diff)
meta-closes: Move help text to GbpOptionParser.help
Diffstat (limited to 'gbp/config.py')
-rw-r--r--gbp/config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gbp/config.py b/gbp/config.py
index 0580cc5..9350614 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -201,6 +201,8 @@ class GbpOptionParser(OptionParser):
"Include the full commit message instead of only the first line, default is '%(full)s'",
'meta':
"Parse meta tags in commit messages, default is '%(meta)s'",
+ 'meta-closes':
+ "Meta tags for the bts close commands, default is '%(meta-closes)s'",
'ignore-new':
"Build with uncommited changes in the source tree, default is '%(ignore-new)s'",
'ignore-branch':