Skip to content

Commit 68e4b55

Browse files
keszybzgitster
authored andcommitted
man: rearrange git synopsis to fit in 80 lines
The line was extended in 2dd8c3 ('git: add --info-path and --man-path options'), and the formatted man output stopped fitting into the 80 column window. Signed-off-by: Zbigniew Jędrzejewski-Szmek <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a7fab08 commit 68e4b55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/git.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ git - the stupid content tracker
99
SYNOPSIS
1010
--------
1111
[verse]
12-
'git' [--version] [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
12+
'git' [--version] [--help] [-c <name>=<value>]
13+
[--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
1314
[-p|--paginate|--no-pager] [--no-replace-objects] [--bare]
1415
[--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
15-
[-c <name>=<value>]
16-
[--help] <command> [<args>]
16+
<command> [<args>]
1717

1818
DESCRIPTION
1919
-----------

0 commit comments

Comments
 (0)