]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: use three dots for indicating repetition instead of star
authorJean-Noël Avila <jn.avila@free.fr>
Sat, 6 Nov 2021 18:48:54 +0000 (19:48 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Nov 2021 17:39:11 +0000 (09:39 -0800)
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>
Documentation/git-fsck.txt
Documentation/git-merge-index.txt

index bd596619c0d3d8a841bc3e033e9a3ff14c11a514..5088783dccb923bac475d4d0a8419d57b27ecfb0 100644 (file)
@@ -12,7 +12,7 @@ SYNOPSIS
 'git fsck' [--tags] [--root] [--unreachable] [--cache] [--no-reflogs]
         [--[no-]full] [--strict] [--verbose] [--lost-found]
         [--[no-]dangling] [--[no-]progress] [--connectivity-only]
-        [--[no-]name-objects] [<object>*]
+        [--[no-]name-objects] [<object>...]
 
 DESCRIPTION
 -----------
index 2ab84a91e5388ac5caf4a5f1e4725f4f58c9f499..eea56b3154ee8cb6c09a7dab8fd6ce44ace72822 100644 (file)
@@ -9,7 +9,7 @@ git-merge-index - Run a merge for files needing merging
 SYNOPSIS
 --------
 [verse]
-'git merge-index' [-o] [-q] <merge-program> (-a | [--] <file>*)
+'git merge-index' [-o] [-q] <merge-program> (-a | ( [--] <file>...) )
 
 DESCRIPTION
 -----------