X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-rm.c;h=00dbe399609051647f393e0c543a862a0ba432c8;hb=10e8d68820db9c7b6412d5a553a93fd200388f30;hp=d81f289c3c28fa9afbc99facf6ea81b68306a46d;hpb=646ac22bdf7f7011bb4c77647053416e892ce64d;p=git.git 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] ..."; +"git-rm [-f] [-n] [-r] [--cached] [--] ..."; static struct { int nr, alloc;