From: Jared Hance Date: Mon, 2 Aug 2010 18:20:38 +0000 (-0400) Subject: Document git-instaweb start/stop/restart X-Git-Tag: v1.7.3-rc0~99 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b73f294150c0c134a954ab6772688a9a39b54896;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-instaweb.txt b/Documentation/git-instaweb.txt index 2c3c4d299..e70cea932 100644 --- a/Documentation/git-instaweb.txt +++ b/Documentation/git-instaweb.txt @@ -49,15 +49,18 @@ OPTIONS linkgit:git-web--browse[1] for more information about this. If the script fails, the URL will be printed to stdout. +start:: --start:: Start the httpd instance and exit. This does not generate any of the configuration files for spawning a new instance. +stop:: --stop:: Stop the httpd instance and exit. This does not generate any of the configuration files for spawning a new instance, nor does it close the browser. +restart:: --restart:: Restart the httpd instance and exit. This does not generate any of the configuration files for spawning a new instance.