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:
Štěpán Němec
2010-10-08 19:31:15 +02:00
committed by Junio C Hamano
parent 7c6eafa35a
commit 62b4698e55
27 changed files with 118 additions and 118 deletions

View File

@ -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
};