Browse Source

[PATCH] diff-tree usage

Fix diff-tree usage, since it takes -r instead of -R now.

Signed-off-by: Petr Baudis <pasky@ucw.cz>
maint
Petr Baudis 20 years ago committed by Petr Baudis
parent
commit
35bb47855d
  1. 2
      diff-tree.c

2
diff-tree.c

@ -184,7 +184,7 @@ int main(int argc, char **argv) @@ -184,7 +184,7 @@ int main(int argc, char **argv)
recursive = 1;
continue;
}
usage("diff-tree [-R] <tree sha1> <tree sha1>");
usage("diff-tree [-r] <tree sha1> <tree sha1>");
}

if (argc != 3 || get_sha1_hex(argv[1], old) || get_sha1_hex(argv[2], new))
Loading…
Cancel
Save