git-help: add -w|--web option to display html man page in a browser.
[gitweb.git] / Documentation / git.txt
index 9ff4659d8c021465758332270aeaa2c88a593b14..c4e4d24ea40a82f20cd72dfa3f66a284bc206eb3 100644 (file)
@@ -101,9 +101,14 @@ 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.
++
+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.