summaryrefslogtreecommitdiff
path: root/Documentation/git-check-mailmap.txt
diff options
context:
space:
mode:
authorLibravatar Robert P. J. Day <rpjday@crashcourse.ca>2018-05-24 16:11:39 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-05-25 17:16:47 +0900
commitde613050efec781e8380a0267879a25b2d489513 (patch)
tree99043c9bc9133f45b042c7b80dc509d434e5657e /Documentation/git-check-mailmap.txt
parentThe sixth batch for 2.18 (diff)
downloadtgif-de613050efec781e8380a0267879a25b2d489513.tar.xz
Use proper syntax for replaceables in command docs
The standard for command documentation synopses appears to be: [...] means optional <...> means replaceable [<...>] means both optional and replaceable So fix a number of doc pages that use incorrect variations of the above. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-check-mailmap.txt')
-rw-r--r--Documentation/git-check-mailmap.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-check-mailmap.txt b/Documentation/git-check-mailmap.txt
index 39028ee1a3..aa2055dbeb 100644
--- a/Documentation/git-check-mailmap.txt
+++ b/Documentation/git-check-mailmap.txt
@@ -9,7 +9,7 @@ git-check-mailmap - Show canonical names and email addresses of contacts
SYNOPSIS
--------
[verse]
-'git check-mailmap' [options] <contact>...
+'git check-mailmap' [<options>] <contact>...
DESCRIPTION