diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-16 11:50:29 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-16 11:50:29 -0800 |
commit | a9877f83e0da46efcbc552bd439acee2dcc499d0 (patch) | |
tree | a42736a10cf7dad6e88dd12298c81999dfa5277e /builtin-rm.c | |
parent | dc36f26525a5f94fbb1dddc3ae342e6bc638258c (diff) | |
download | git-a9877f83e0da46efcbc552bd439acee2dcc499d0.tar.gz git-a9877f83e0da46efcbc552bd439acee2dcc499d0.tar.xz |
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 <junkio@cox.net>
Diffstat (limited to 'builtin-rm.c')
-rw-r--r-- | builtin-rm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-rm.c b/builtin-rm.c index d81f289c3..00dbe3996 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] <filepattern>..."; +"git-rm [-f] [-n] [-r] [--cached] [--] <file>..."; static struct { int nr, alloc; |