OSDN Git Service

git-rm: Trivial fix for a comment typo.
authorSteven Grimm <koreth@midwinter.com>
Mon, 16 Apr 2007 08:17:32 +0000 (01:17 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 16 Apr 2007 08:23:56 +0000 (01:23 -0700)
Signed-off-by: Steven Grimm <koreth@midwinter.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-rm.c

index d3de4b5..b77b058 100644 (file)
@@ -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.