diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-02-16 14:27:20 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-02-16 14:27:20 -0800 |
commit | b0d66b5110faaeb395610ba43b6eb70a18ab5e25 (patch) | |
tree | dc5bacdbbd7ac883afe768aa52005ebca83b2733 /Documentation/git.txt | |
parent | 0364bb135e285d4118b69979ade3078fab50e08a (diff) | |
parent | d1ba7a4cb77b64993a56b06c1497d1ab78094cc4 (diff) | |
download | git-b0d66b5110faaeb395610ba43b6eb70a18ab5e25.tar.gz |
Sync with maint
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 a12d15fb98..d8a13bf61c 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 ----------- |