diff options
author | Michael J Gruber <git@drmicha.warpmail.net> | 2011-02-15 14:09:13 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-02-15 11:53:11 -0800 |
commit | 41dbcd45409b2986c011e67dd9e2b4d3072fc88d (patch) | |
tree | f2398fca4295e83092d8db6de37b07fc65d27a13 /t | |
parent | 23c6a803d3e6523ec20154e30ae8a51d2ff998ca (diff) | |
download | git-41dbcd45409b2986c011e67dd9e2b4d3072fc88d.tar.gz git-41dbcd45409b2986c011e67dd9e2b4d3072fc88d.tar.xz |
Make <identifier> lowercase as per CodingGuidelines
*.c part for matches with '<[A-Z]+>' (and affected test).
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-x | t/t0040-parse-options.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0040-parse-options.sh b/t/t0040-parse-options.sh index 20924506a..ae266147b 100755 --- a/t/t0040-parse-options.sh +++ b/t/t0040-parse-options.sh @@ -19,7 +19,7 @@ usage: test-parse-options <options> --set23 set integer to 23 -t <time> get timestamp of <time> -L, --length <str> get length of <str> - -F, --file <FILE> set file to <FILE> + -F, --file <file> set file to <file> String options -s, --string <string> |