diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-02-15 11:02:56 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-02-15 11:53:00 -0800 |
commit | b1afe49dfbe9e91631bd011a47034fbf3ffd682e (patch) | |
tree | dad7f4e4a2ac61c02562696805eb4305a8f98c9f /Documentation | |
parent | 24231e063f0f003f8ffd7b64c7ba6a0baaaa5283 (diff) | |
download | git-b1afe49dfbe9e91631bd011a47034fbf3ffd682e.tar.gz git-b1afe49dfbe9e91631bd011a47034fbf3ffd682e.tar.xz |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/CodingGuidelines | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/CodingGuidelines b/Documentation/CodingGuidelines index ba2006d89..fe1c1e5bc 100644 --- a/Documentation/CodingGuidelines +++ b/Documentation/CodingGuidelines @@ -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>] |