From 5f8460017389a3829e45bbf4f6d93871f030bdd1 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 16 Apr 2011 21:44:30 +0200 Subject: config: minor option parsing cleanup Git-Dch: Ignore --- gbp/config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gbp') 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'), -- cgit v1.2.3