doc: use three dots for indicating repetition instead of star
This is how it is specified in CodingGuidelines. Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
89557d68aa
commit
a443b762cf
@ -12,7 +12,7 @@ SYNOPSIS
|
|||||||
'git fsck' [--tags] [--root] [--unreachable] [--cache] [--no-reflogs]
|
'git fsck' [--tags] [--root] [--unreachable] [--cache] [--no-reflogs]
|
||||||
[--[no-]full] [--strict] [--verbose] [--lost-found]
|
[--[no-]full] [--strict] [--verbose] [--lost-found]
|
||||||
[--[no-]dangling] [--[no-]progress] [--connectivity-only]
|
[--[no-]dangling] [--[no-]progress] [--connectivity-only]
|
||||||
[--[no-]name-objects] [<object>*]
|
[--[no-]name-objects] [<object>...]
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
@ -9,7 +9,7 @@ git-merge-index - Run a merge for files needing merging
|
|||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
[verse]
|
[verse]
|
||||||
'git merge-index' [-o] [-q] <merge-program> (-a | [--] <file>*)
|
'git merge-index' [-o] [-q] <merge-program> (-a | ( [--] <file>...) )
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
Loading…
Reference in New Issue
Block a user