Use angles for placeholders consistently
Signed-off-by: Štěpán Němec <stepnem@gmail.com> Acked-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
7c6eafa35a
commit
62b4698e55
@ -24,7 +24,7 @@ static int chomp_prefix;
|
||||
static const char *ls_tree_prefix;
|
||||
|
||||
static const char * const ls_tree_usage[] = {
|
||||
"git ls-tree [<options>] <tree-ish> [path...]",
|
||||
"git ls-tree [<options>] <tree-ish> [<path>...]",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user