tests: use a lowercase "usage:" string
Adjust test commands and test suites so that their usage strings are consistent with Git. Signed-off-by: David Aguilar <davvid@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
0b670abd97
commit
b978403aed
@ -23,7 +23,7 @@ int main(int argc, char *argv[])
|
||||
unsigned long from_size, data_size, out_size;
|
||||
|
||||
if (argc != 5 || (strcmp(argv[1], "-d") && strcmp(argv[1], "-p"))) {
|
||||
fprintf(stderr, "Usage: %s\n", usage_str);
|
||||
fprintf(stderr, "usage: %s\n", usage_str);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user