From: Steven Grimm Date: Mon, 16 Apr 2007 08:17:32 +0000 (-0700) Subject: git-rm: Trivial fix for a comment typo. X-Git-Tag: v1.5.2-rc0~48 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9474eda6c239bae68a095013ee50a8c90dd0f182;p=git.git git-rm: Trivial fix for a comment typo. Signed-off-by: Steven Grimm Signed-off-by: Junio C Hamano --- 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.