aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-dch
diff options
context:
space:
mode:
Diffstat (limited to 'git-dch')
-rwxr-xr-xgit-dch2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-dch b/git-dch
index ee00473f..4f64e084 100755
--- a/git-dch
+++ b/git-dch
@@ -225,7 +225,7 @@ def main(argv):
branch = repo.get_branch()
if options.debian_branch != branch:
print >>sys.stderr, "You are not on branch '%s' but on '%s'" % (options.debian_branch, branch)
- raise GbpError, "Use --git-debian-branch to set the branch to pick changes from"
+ raise GbpError, "Use --debian-branch to set the branch to pick changes from"
cp = parse_changelog(changelog)