X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-ls-tree.c;h=5b63e6eada5cd6de764acef694da624a70ce6dab;hb=35fb0e8633217f602360a9987af51c4b960e7850;hp=c386aa57546ab3ba676d74cfebf048d3a0cc3826;hpb=d4789c60aae4bbc97aaef5cf2e0a9aa0a4df05d2;p=git.git diff --git a/builtin-ls-tree.c b/builtin-ls-tree.c index c386aa575..5b63e6ead 100644 --- a/builtin-ls-tree.c +++ b/builtin-ls-tree.c @@ -23,7 +23,7 @@ static int chomp_prefix; static const char *ls_tree_prefix; static const char ls_tree_usage[] = - "git ls-tree [-d] [-r] [-t] [-l] [-z] [--name-only] [--name-status] [--full-name] [--abbrev[=]] [path...]"; + "git ls-tree [-d] [-r] [-t] [-l] [-z] [--name-only] [--name-status] [--full-name] [--full-tree] [--abbrev[=]] [path...]"; static int show_recursive(const char *base, int baselen, const char *pathname) {