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 @@
#endif
static char const * const grep_usage[] = {
"git grep [options] [-e] <pattern> [<rev>...] [[--] path...]",
"git grep [options] [-e] <pattern> [<rev>...] [[--] <path>...]",
NULL
};