From a9877f83e0da46efcbc552bd439acee2dcc499d0 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 16 Jan 2007 11:50:29 -0800 Subject: git-rm documentation: remove broken behaviour from the example. The example section were talking about the old broken default behaviour. Correct it. 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 d81f289c3c..00dbe39960 100644 --- a/builtin-rm.c +++ b/builtin-rm.c @@ -10,7 +10,7 @@ #include "tree-walk.h" static const char builtin_rm_usage[] = -"git-rm [-n] [-f] [--cached] ..."; +"git-rm [-f] [-n] [-r] [--cached] [--] ..."; static struct { int nr, alloc; -- cgit v1.2.3