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 | Merge branch 'jk/git-dir-lookup' (diff) | |
| parent | Update draft release notes to 1.7.9.2 (diff) | |
| download | git-b0d66b5110faaeb395610ba43b6eb70a18ab5e25.tar.gz git-b0d66b5110faaeb395610ba43b6eb70a18ab5e25.zip | |
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 ----------- |
