diff options
author | Christian Couder <chriscool@tuxfamily.org> | 2007-12-04 06:44:29 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-03 22:11:38 -0800 |
commit | 0f6f195b771eb09beda59bb29d3a1c46454085e8 (patch) | |
tree | 2ad1527943c6d9e202d218c47c796140ec8fbada /Documentation/git.txt | |
parent | 17ef10d0558d9622884e5b5930cee2569e40a4e4 (diff) | |
download | git-0f6f195b771eb09beda59bb29d3a1c46454085e8.tar.gz |
Documentation: add a new man page for "git-help"
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
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 9ff4659d8c..c4e6fc6494 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -101,9 +101,9 @@ OPTIONS --help:: Prints the synopsis and a list of the most commonly used - commands. If a git command is named this option will bring up - the man-page for that command. If the option '--all' or '-a' is - given then all available commands are printed. + commands. If the option '--all' or '-a' is given then all + available commands are printed. If a git command is named this + option will bring up the manual page for that command. --exec-path:: Path to wherever your core git programs are installed. |