From a443b762cf2441b631b177e702b405036f8ddc7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Avila?= Date: Sat, 6 Nov 2021 19:48:54 +0100 Subject: doc: use three dots for indicating repetition instead of star MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is how it is specified in CodingGuidelines. Signed-off-by: Jean-Noël Avila Signed-off-by: Junio C Hamano --- Documentation/git-fsck.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/git-fsck.txt') diff --git a/Documentation/git-fsck.txt b/Documentation/git-fsck.txt index bd596619c0..5088783dcc 100644 --- a/Documentation/git-fsck.txt +++ b/Documentation/git-fsck.txt @@ -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] [*] + [--[no-]name-objects] [...] DESCRIPTION ----------- -- cgit v1.2.3