aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJérémy Lal <kapouer@melix.org>2012-05-12 10:26:40 +0200
committerGuido Günther <agx@sigxcpu.org>2012-05-12 16:12:18 +0200
commitae850dae9a1dfbe9233275dc11c5f8bb517070e4 (patch)
tree55d1851da117e9d2be1760de408ac4a4486cf861
parent5de6410bc6c5155c38caa332321c8fe0087f819f (diff)
Config help fix
Signed-off-by: Guido Günther <agx@sigxcpu.org>
-rw-r--r--gbp/config.py2
1 files changed, 1 insertions, 1 deletions
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':