mirror of
https://github.com/git/git.git
synced 2024-11-24 10:26:17 +08:00
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>
This commit is contained in:
parent
24231e063f
commit
b1afe49dfb
@ -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>]
|
||||
|
Loading…
Reference in New Issue
Block a user