summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Grimm <koreth@midwinter.com>2007-04-16 08:17:32 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-04-16 08:23:56 (GMT)
commit9474eda6c239bae68a095013ee50a8c90dd0f182 (patch)
tree3c9f883c96dbf27caef60164380e725ca3c57d32
parentb48caa20de7f62f648de7d3dbb0ceb462879e903 (diff)
downloadgit-9474eda6c239bae68a095013ee50a8c90dd0f182.zip
git-9474eda6c239bae68a095013ee50a8c90dd0f182.tar.gz
git-9474eda6c239bae68a095013ee50a8c90dd0f182.tar.bz2
git-rm: Trivial fix for a comment typo.
Signed-off-by: Steven Grimm <koreth@midwinter.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--builtin-rm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-rm.c b/builtin-rm.c
index d3de4b5..b77b058 100644
--- a/builtin-rm.c
+++ b/builtin-rm.c
@@ -170,7 +170,7 @@ int cmd_rm(int argc, const char **argv, const char *prefix)
* must match; but the file can already been removed, since
* this sequence is a natural "novice" way:
*
- * rm F; git fm F
+ * rm F; git rm F
*
* Further, if HEAD commit exists, "diff-index --cached" must
* report no changes unless forced.