summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen W. Taylor <otaylor@fishsoup.net>2011-04-27 13:26:01 -0400
committerOwen W. Taylor <otaylor@fishsoup.net>2011-04-27 13:26:01 -0400
commit9cf4811c355c846a1a9343cac537f4ff6669b651 (patch)
tree37283ef54448b03aea3637b21082ca8c0cff1fec
parent8c82336a05df1cb2b59ef70e62c7b936a6b655d7 (diff)
Fix 'git command --amend' typo in man page
Should have been 'git commit --amend'. Noticed by Matěj Cepl.
-rw-r--r--git-bz.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-bz.txt b/git-bz.txt
index 654d7c6..3be76e8 100644
--- a/git-bz.txt
+++ b/git-bz.txt
@@ -55,7 +55,7 @@ git bz attach 43215 HEAD
This automatically rewrites the commit to add the URL of the bug to
the commit message for future reference. The reporter finds some
problems in testing, so you come up with a new version of the change
-and modify your commit using 'git command --amend'. To attach the new
+and modify your commit using 'git commit --amend'. To attach the new
version, you run:
----------------------------------------