зеркало из https://github.com/microsoft/git.git
[PATCH] diff-tree usage
Fix diff-tree usage, since it takes -r instead of -R now. Signed-off-by: Petr Baudis <pasky@ucw.cz>
This commit is contained in:
Родитель
5ade862839
Коммит
35bb47855d
|
@ -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))
|
Загрузка…
Ссылка в новой задаче