Document git-instaweb start/stop/restart

The flags --start, --stop, and --restart can be used without the "--".
Document this feature.

Signed-off-by: Jared Hance <jaredhance@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Jared Hance 2010-08-02 14:20:38 -04:00 committed by Junio C Hamano
parent 0b45010e76
commit b73f294150

View File

@ -49,15 +49,18 @@ OPTIONS
linkgit:git-web--browse[1] for more information about this. If linkgit:git-web--browse[1] for more information about this. If
the script fails, the URL will be printed to stdout. the script fails, the URL will be printed to stdout.
start::
--start:: --start::
Start the httpd instance and exit. This does not generate Start the httpd instance and exit. This does not generate
any of the configuration files for spawning a new instance. any of the configuration files for spawning a new instance.
stop::
--stop:: --stop::
Stop the httpd instance and exit. This does not generate Stop the httpd instance and exit. This does not generate
any of the configuration files for spawning a new instance, any of the configuration files for spawning a new instance,
nor does it close the browser. nor does it close the browser.
restart::
--restart:: --restart::
Restart the httpd instance and exit. This does not generate Restart the httpd instance and exit. This does not generate
any of the configuration files for spawning a new instance. any of the configuration files for spawning a new instance.