diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-02-15 00:54:21 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-02-16 13:01:31 -0800 |
commit | 68e4b552a1b82343bcefa5d68fa344314b150cc8 (patch) | |
tree | a26955ec226652bd3daf165e1a6201c3cb068321 /Documentation/git.txt | |
parent | a7fab08b6e18b63c1fa6be5047205caa88766773 (diff) | |
download | git-68e4b552a1b82343bcefa5d68fa344314b150cc8.tar.gz git-68e4b552a1b82343bcefa5d68fa344314b150cc8.tar.xz |
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 <zbyszek@in.waw.pl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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[=<path>]] [--html-path] [--man-path] [--info-path] +'git' [--version] [--help] [-c <name>=<value>] + [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path] [-p|--paginate|--no-pager] [--no-replace-objects] [--bare] [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>] - [-c <name>=<value>] - [--help] <command> [<args>] + <command> [<args>] DESCRIPTION ----------- |