diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2011-04-27 13:26:01 -0400 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2011-04-27 13:26:01 -0400 |
commit | 9cf4811c355c846a1a9343cac537f4ff6669b651 (patch) | |
tree | 37283ef54448b03aea3637b21082ca8c0cff1fec | |
parent | 8c82336a05df1cb2b59ef70e62c7b936a6b655d7 (diff) | |
download | git-bz-9cf4811c355c846a1a9343cac537f4ff6669b651.tar.gz |
Fix 'git command --amend' typo in man page
Should have been 'git commit --amend'. Noticed by Matěj Cepl.
-rw-r--r-- | git-bz.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: ---------------------------------------- |