From 9474eda6c239bae68a095013ee50a8c90dd0f182 Mon Sep 17 00:00:00 2001 From: Steven Grimm Date: Mon, 16 Apr 2007 01:17:32 -0700 Subject: git-rm: Trivial fix for a comment typo. Signed-off-by: Steven Grimm Signed-off-by: Junio C Hamano --- builtin-rm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin-rm.c') diff --git a/builtin-rm.c b/builtin-rm.c index d3de4b545..b77b058e3 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. -- cgit v1.2.1