Make "checkout-cache" silently skip up-to-date files.
[git.git] / diff-tree.c
index 5cf6057..1960c23 100644 (file)
@@ -180,7 +180,7 @@ int main(int argc, char **argv)
                char *arg = argv[1];
                argv++;
                argc--;
-               if (!strcmp(arg, "-R")) {
+               if (!strcmp(arg, "-r")) {
                        recursive = 1;
                        continue;
                }