From: Ævar Arnfjörð Bjarmason Date: Thu, 13 Oct 2022 15:39:00 +0000 (+0200) Subject: doc SYNOPSIS: consistently use ' for commands X-Git-Tag: v2.39.0-rc0~73^2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6df5494f7347cf9a7b9ef2a74bb60cbedd62ae05;p=thirdparty%2Fgit.git doc SYNOPSIS: consistently use ' for commands Most of our commands use ''-quotation only for the name of the command itself, and not its (optional) arguments. Let's do the same for these. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-fast-export.txt b/Documentation/git-fast-export.txt index 1978dbdc6a..4643ddbe68 100644 --- a/Documentation/git-fast-export.txt +++ b/Documentation/git-fast-export.txt @@ -9,7 +9,7 @@ git-fast-export - Git data exporter SYNOPSIS -------- [verse] -'git fast-export []' | 'git fast-import' +'git fast-export' [] | 'git fast-import' DESCRIPTION ----------- diff --git a/Documentation/git-sparse-checkout.txt b/Documentation/git-sparse-checkout.txt index 3776705bf5..872436d742 100644 --- a/Documentation/git-sparse-checkout.txt +++ b/Documentation/git-sparse-checkout.txt @@ -9,7 +9,7 @@ git-sparse-checkout - Reduce your working tree to a subset of tracked files SYNOPSIS -------- [verse] -'git sparse-checkout []' +'git sparse-checkout' [] DESCRIPTION