Skip to content

Commit 6df5494

Browse files
avargitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b2ca7e4 commit 6df5494

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/git-fast-export.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git-fast-export - Git data exporter
99
SYNOPSIS
1010
--------
1111
[verse]
12-
'git fast-export [<options>]' | 'git fast-import'
12+
'git fast-export' [<options>] | 'git fast-import'
1313

1414
DESCRIPTION
1515
-----------

Documentation/git-sparse-checkout.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git-sparse-checkout - Reduce your working tree to a subset of tracked files
99
SYNOPSIS
1010
--------
1111
[verse]
12-
'git sparse-checkout <subcommand> [<options>]'
12+
'git sparse-checkout' <subcommand> [<options>]
1313

1414

1515
DESCRIPTION

0 commit comments

Comments
 (0)