doc txt & -h consistency: use "[<label>...]" for "zero or more"
commit463ea0cfae02b5c74d636d1f62de9c2ba0d03d2d
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 13 Oct 2022 15:39:21 +0000 (13 17:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Oct 2022 16:32:57 +0000 (13 09:32 -0700)
treec89c6ddf5b15169617a61e00628b2c8adfb74a40
parentdf8738116f7a00f74c8ac75d10ced87164287819
doc txt & -h consistency: use "[<label>...]" for "zero or more"

Correct uses of "<label>..." where we really meant to say
"[<label>...]", i.e. the command in question taken an optional set of
"<label>". As the CodingGuidelines notes "[o]ptional parts [should be]
enclosed in square brackets".

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-clean.txt
builtin/clean.c
builtin/commit.c