From: Zbigniew Jędrzejewski-Szmek Date: Tue, 14 Feb 2012 23:54:21 +0000 (+0100) Subject: man: rearrange git synopsis to fit in 80 lines X-Git-Tag: v1.7.9.2~29 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=68e4b552a1b82343bcefa5d68fa344314b150cc8;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git.txt b/Documentation/git.txt index a12d15fb9..d8a13bf61 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -9,11 +9,11 @@ git - the stupid content tracker SYNOPSIS -------- [verse] -'git' [--version] [--exec-path[=]] [--html-path] [--man-path] [--info-path] +'git' [--version] [--help] [-c =] + [--exec-path[=]] [--html-path] [--man-path] [--info-path] [-p|--paginate|--no-pager] [--no-replace-objects] [--bare] [--git-dir=] [--work-tree=] [--namespace=] - [-c =] - [--help] [] + [] DESCRIPTION -----------