diff options
author | Jérémy Lal <kapouer@melix.org> | 2012-05-12 10:26:40 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2012-05-12 16:12:18 +0200 |
commit | ae850dae9a1dfbe9233275dc11c5f8bb517070e4 (patch) | |
tree | 55d1851da117e9d2be1760de408ac4a4486cf861 /gbp/config.py | |
parent | 5de6410bc6c5155c38caa332321c8fe0087f819f (diff) | |
download | git-buildpackage-ae850dae9a1dfbe9233275dc11c5f8bb517070e4.tar.gz git-buildpackage-ae850dae9a1dfbe9233275dc11c5f8bb517070e4.tar.bz2 git-buildpackage-ae850dae9a1dfbe9233275dc11c5f8bb517070e4.zip |
Config help fix
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'gbp/config.py')
-rw-r--r-- | gbp/config.py | 2 |
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': |