From 9cf4811c355c846a1a9343cac537f4ff6669b651 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Wed, 27 Apr 2011 13:26:01 -0400 Subject: Fix 'git command --amend' typo in man page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Should have been 'git commit --amend'. Noticed by Matěj Cepl. --- git-bz.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-bz.txt') 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: ---------------------------------------- -- cgit