From 97fc6c5fbacc2181319bbd7e2faa8ac04476f862 Mon Sep 17 00:00:00 2001 From: Andreas Ericsson Date: Wed, 16 Nov 2005 00:31:25 +0100 Subject: 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 Signed-off-by: Junio C Hamano --- Documentation/git.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Documentation/git.txt') 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. -- cgit v1.2.1