Skip to content

Commit b1afe49

Browse files
committed
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 <[email protected]>
1 parent 24231e0 commit b1afe49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/CodingGuidelines

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Writing Documentation:
152152
when writing or modifying command usage strings and synopsis sections
153153
in the manual pages:
154154

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

0 commit comments

Comments
 (0)