]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: add spacing around paginate options
authorJames Liu <james@jamesliu.io>
Fri, 3 May 2024 07:17:05 +0000 (17:17 +1000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 May 2024 17:33:12 +0000 (10:33 -0700)
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>
Documentation/git.txt

index 7fa75350b2f3c5be6c13affb503aacc5a9e16c3c..d11d3d0c863e5ddfbd7e34b62f8c0d79023b199e 100644 (file)
@@ -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>]