diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2018-05-24 22:11:39 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-05-25 10:16:47 +0200 |
commit | de613050efec781e8380a0267879a25b2d489513 (patch) | |
tree | 99043c9bc9133f45b042c7b80dc509d434e5657e /Documentation/git-annotate.txt | |
parent | The sixth batch for 2.18 (diff) | |
download | git-de613050efec781e8380a0267879a25b2d489513.tar.xz git-de613050efec781e8380a0267879a25b2d489513.zip |
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-annotate.txt')
-rw-r--r-- | Documentation/git-annotate.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-annotate.txt b/Documentation/git-annotate.txt index 05fd482b74..e44a831339 100644 --- a/Documentation/git-annotate.txt +++ b/Documentation/git-annotate.txt @@ -8,7 +8,7 @@ git-annotate - Annotate file lines with commit information SYNOPSIS -------- [verse] -'git annotate' [options] file [revision] +'git annotate' [<options>] <file> [<revision>] DESCRIPTION ----------- |