summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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:
----------------------------------------