aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2007-12-04 06:44:29 +0100
committerJunio C Hamano <gitster@pobox.com>2007-12-03 22:16:54 -0800
commit45533d2694d480be86112f2da36d555e7373ba24 (patch)
tree1d838477ae8d78c4b1cc0efcd57e56be9b5a1159 /Documentation/git.txt
parentdf55c9cbc3ea79c51d5f41a628439283e94a87fd (diff)
downloadgit-45533d2694d480be86112f2da36d555e7373ba24.tar.gz
git-45533d2694d480be86112f2da36d555e7373ba24.tar.xz
Documentation: describe -i/--info option to "git-help"
Option -i|--info for "git-help" is documented only in the new "git-help.txt" man page, but this new man page is referenced from the "--help" option documentation in the "git.txt" man page. 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.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index c4e6fc649..c4e4d24ea 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -104,6 +104,11 @@ OPTIONS
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.
++
+Other options are available to control how the manual page is
+displayed. See gitlink:git-help[1] for more information,
+because 'git --help ...' is converted internally into 'git
+help ...'.
--exec-path::
Path to wherever your core git programs are installed.