From 5bd8811a734536186dd69ae767a9d58ce01ad7cb Mon Sep 17 00:00:00 2001 From: James Liu Date: Fri, 3 May 2024 17:17:05 +1000 Subject: [PATCH] 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 Signed-off-by: Junio C Hamano --- Documentation/git.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ] [-c =] [--exec-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=] [--work-tree=] [--namespace=] [--config-env==] []