From ae850dae9a1dfbe9233275dc11c5f8bb517070e4 Mon Sep 17 00:00:00 2001 From: Jérémy Lal Date: Sat, 12 May 2012 10:26:40 +0200 Subject: Config help fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Guido Günther --- gbp/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gbp/config.py b/gbp/config.py index d406d1ec..40424444 100644 --- a/gbp/config.py +++ b/gbp/config.py @@ -165,7 +165,7 @@ class GbpOptionParser(OptionParser): 'ignore-new': "build with uncommited changes in the source tree, default is '%(ignore-new)s'", 'ignore-branch': - "build although debian-branch != current branch, default is '%(ignore-new)s'", + "build although debian-branch != current branch, default is '%(ignore-branch)s'", 'overlay': "extract orig tarball when using export-dir option, default is '%(overlay)s'", 'remote-url-pattern': -- cgit v1.2.3