aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-fast-export.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-fast-export.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-fast-export.txt')
-rw-r--r--Documentation/git-fast-export.txt2
1 files changed, 1 insertions, 1 deletions
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 [<options>]' | 'git fast-import'
+'git fast-export' [<options>] | 'git fast-import'
DESCRIPTION
-----------