Browse Source

CodingGuidelines: downcase placeholders in usage messages

We accumulated some inconsistencies without an explicit guidance to spell
this out over time.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 14 years ago
parent
commit
b1afe49dfb
  1. 2
      Documentation/CodingGuidelines

2
Documentation/CodingGuidelines

@ -152,7 +152,7 @@ Writing Documentation:
when writing or modifying command usage strings and synopsis sections when writing or modifying command usage strings and synopsis sections
in the manual pages: in the manual pages:


Placeholders are enclosed in angle brackets: Placeholders are spelled in lowercase and enclosed in angle brackets:
<file> <file>
--sort=<key> --sort=<key>
--abbrev[=<n>] --abbrev[=<n>]

Loading…
Cancel
Save