aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-04-16 21:44:30 +0200
committerGuido Günther <agx@sigxcpu.org>2011-04-17 16:04:10 +0200
commit5f8460017389a3829e45bbf4f6d93871f030bdd1 (patch)
tree35ec100417de4d056398dcb0be2a76624feb0020 /gbp
parent4daae05fe69b44192b01b2a8ed800366a48148ea (diff)
config: minor option parsing cleanup
Git-Dch: Ignore
Diffstat (limited to 'gbp')
-rw-r--r--gbp/config.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/gbp/config.py b/gbp/config.py
index a2856ba9..c7e6f268 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -174,7 +174,9 @@ class GbpOptionParser(OptionParser):
'create-missing-branches':
"Create missing branches automatically, default is '%(create-missing-branches)s'",
'submodules':
- "Transparently handle submodules in the upstream tree"
+ "Transparently handle submodules in the upstream tree, default is '%(submodules)s'",
+ 'postimport':
+ "hook run after a successful import, default is '%(postimport)s'",
}
config_files = [ '/etc/git-buildpackage/gbp.conf',
os.path.expanduser('~/.gbp.conf'),