diff options
author | Andreas Ericsson <exon@op5.se> | 2005-11-16 00:31:25 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-15 16:03:00 -0800 |
commit | 97fc6c5fbacc2181319bbd7e2faa8ac04476f862 (patch) | |
tree | 1d6fd74ad1e1f6cd678b35e2de2388e6ee1310ef /Documentation/git.txt | |
parent | cb22bc44474686f1e0d1ad991732ccd634498729 (diff) | |
download | git-97fc6c5fbacc2181319bbd7e2faa8ac04476f862.tar.gz |
git --help COMMAND brings up the git-COMMAND man-page.
It's by design a bit stupid (matching ^git rather than ^git-), so as
to work with 'gitk' and 'git' as well.
Signed-off-by: Andreas Ericsson <ae@op5.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 15ae4f12d0..338e5acb8b 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -24,6 +24,8 @@ OPTIONS --help:: prints the synopsis and a list of available commands. + If a git command is named this option will bring up the + man-page for that command. --exec-path:: path to wherever your core git programs are installed. |