aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Liu <james@jamesliu.io>2024-05-03 17:17:05 +1000
committerJunio C Hamano <gitster@pobox.com>2024-05-03 10:33:12 -0700
commit5bd8811a734536186dd69ae767a9d58ce01ad7cb (patch)
tree02b3729f29584afa77887cd430fb53a1005159ea
parent9b715ad92609f9b4ad12fa76ac649954ccdd119a (diff)
downloadgit-5bd8811a734536186dd69ae767a9d58ce01ad7cb.tar.gz
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 <james@jamesliu.io> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 7fa75350b2..d11d3d0c86 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -11,7 +11,7 @@ SYNOPSIS
[verse]
'git' [-v | --version] [-h | --help] [-C <path>] [-c <name>=<value>]
[--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
- [-p|--paginate|-P|--no-pager] [--no-replace-objects] [--no-lazy-fetch]
+ [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--no-lazy-fetch]
[--no-optional-locks] [--bare] [--git-dir=<path>] [--work-tree=<path>]
[--namespace=<name>] [--config-env=<name>=<envvar>] <command> [<args>]