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>
This commit is contained in:

committed by
Junio C Hamano

parent
e144d126d7
commit
de613050ef
@ -9,7 +9,7 @@ git-pull - Fetch from and integrate with another repository or a local branch
|
||||
SYNOPSIS
|
||||
--------
|
||||
[verse]
|
||||
'git pull' [options] [<repository> [<refspec>...]]
|
||||
'git pull' [<options>] [<repository> [<refspec>...]]
|
||||
|
||||
|
||||
DESCRIPTION
|
||||
|
Reference in New Issue
Block a user