aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-sparse-checkout.txt
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2022-10-13 17:39:00 +0200
committerJunio C Hamano <gitster@pobox.com>2022-10-13 09:32:54 -0700
commit6df5494f7347cf9a7b9ef2a74bb60cbedd62ae05 (patch)
treef418d89b2173f996523897cf9b3b6e2d71cc0742 /Documentation/git-sparse-checkout.txt
parentb2ca7e417ea64a1cb49d00aaf48a4e62bfd0e35b (diff)
downloadgit-6df5494f7347cf9a7b9ef2a74bb60cbedd62ae05.tar.gz
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 <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-sparse-checkout.txt')
-rw-r--r--Documentation/git-sparse-checkout.txt2
1 files changed, 1 insertions, 1 deletions
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 <subcommand> [<options>]'
+'git sparse-checkout' <subcommand> [<options>]
DESCRIPTION