aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-buildpackage
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2006-12-09 13:05:52 +0100
committerGuido Guenther <agx@bogon.sigxcpu.org>2006-12-09 13:05:52 +0100
commit41b9a35f956a9a86b522ef233c7167e86b702983 (patch)
treefb5ca518fb735ccfc8c6565465299a3df938a056 /git-buildpackage
parentb3670e4d94b12acc472627fec6df1d7639c85a91 (diff)
fix typo in error message
Diffstat (limited to 'git-buildpackage')
-rwxr-xr-xgit-buildpackage2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-buildpackage b/git-buildpackage
index 83df28c4..25c4a8be 100755
--- a/git-buildpackage
+++ b/git-buildpackage
@@ -83,7 +83,7 @@ def main(argv):
if not ret:
print >>sys.stderr, "You have uncommitted changes in your source tree:"
print >>sys.stderr, out
- print >>sys.stderr, "Use --git-ignore_new to ignore."
+ print >>sys.stderr, "Use --git-ignore-new to ignore."
return 1
cp = parse_changelog('debian/changelog')
if not is_native(cp) and not has_orig(cp, output_dir):