aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/config.py')
-rw-r--r--gbp/config.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/gbp/config.py b/gbp/config.py
index d9a3cfaa..cef355a8 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -375,7 +375,10 @@ class GbpOptionParser(OptionParser):
'repo-email':
"Set repo email from the DEBFULLNAME and DEBEMAIL "
"environment variables ('DEBIAN') or fallback to the "
- "git configuration ('GIT'), default is '%(repo-email)s'"
+ "git configuration ('GIT'), default is '%(repo-email)s'",
+ 'upstream-vcs-tag':
+ "Upstream VCS tag added to the merge commit, "
+ "default is '%(upstream-vcs-tag)s'",
}
short_opts = {