diff options
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': |