Skip to content

Commit 5bd8811

Browse files
disposedtrolleygitster
authored andcommitted
doc: add spacing around paginate options
Make the documentation page consistent with the usage string printed by "git help git" and consistent with the description of "[-v | --version]" option. Signed-off-by: James Liu <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9b715ad commit 5bd8811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SYNOPSIS
1111
[verse]
1212
'git' [-v | --version] [-h | --help] [-C <path>] [-c <name>=<value>]
1313
[--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
14-
[-p|--paginate|-P|--no-pager] [--no-replace-objects] [--no-lazy-fetch]
14+
[-p | --paginate | -P | --no-pager] [--no-replace-objects] [--no-lazy-fetch]
1515
[--no-optional-locks] [--bare] [--git-dir=<path>] [--work-tree=<path>]
1616
[--namespace=<name>] [--config-env=<name>=<envvar>] <command> [<args>]
1717

0 commit comments

Comments
 (0)