From 41b9a35f956a9a86b522ef233c7167e86b702983 Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Sat, 9 Dec 2006 13:05:52 +0100 Subject: fix typo in error message --- git-buildpackage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-buildpackage') 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): -- cgit v1.2.3