aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAndreas Ericsson <exon@op5.se>2005-11-16 00:31:25 +0100
committerJunio C Hamano <junkio@cox.net>2005-11-15 16:03:00 -0800
commit97fc6c5fbacc2181319bbd7e2faa8ac04476f862 (patch)
tree1d6fd74ad1e1f6cd678b35e2de2388e6ee1310ef /Documentation
parentcb22bc44474686f1e0d1ad991732ccd634498729 (diff)
downloadgit-97fc6c5fbacc2181319bbd7e2faa8ac04476f862.tar.gz
git-97fc6c5fbacc2181319bbd7e2faa8ac04476f862.tar.xz
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')
-rw-r--r--Documentation/git.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 15ae4f12d..338e5acb8 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.