Code

CodingGuidelines: downcase placeholders in usage messages
authorJunio C Hamano <gitster@pobox.com>
Tue, 15 Feb 2011 19:02:56 +0000 (11:02 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Feb 2011 19:53:00 +0000 (11:53 -0800)
We accumulated some inconsistencies without an explicit guidance to spell
this out over time.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/CodingGuidelines

index ba2006d892ec09d606f8846588c7727396b1ee28..fe1c1e5bc26e683540cb9fe5f43320192be9185d 100644 (file)
@@ -152,7 +152,7 @@ Writing Documentation:
  when writing or modifying command usage strings and synopsis sections
  in the manual pages:
 
- Placeholders are enclosed in angle brackets:
+ Placeholders are spelled in lowercase and enclosed in angle brackets:
    <file>
    --sort=<key>
    --abbrev[=<n>]