X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Fls-tree.c;h=f73e6bd9626a0e929a513fed1fd1227c28732ec7;hb=9bdef78fb05ce2ca7788518e17ae20488b153335;hp=a8187568bf99872e717c389b031331838544fe04;hpb=02567e88ee8bdbf4d3852c2d6b9e5ce64a55a9e6;p=git.git diff --git a/builtin/ls-tree.c b/builtin/ls-tree.c index a8187568b..f73e6bd96 100644 --- a/builtin/ls-tree.c +++ b/builtin/ls-tree.c @@ -24,7 +24,7 @@ static int chomp_prefix; static const char *ls_tree_prefix; static const char * const ls_tree_usage[] = { - "git ls-tree [] [path...]", + "git ls-tree [] [...]", NULL };