X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Documentation%2Fgit-instaweb.txt;h=e70cea932063b04f3ab3c78b882f4981514d663e;hb=fdfdde58faf93551abea0f92f7688c1dc5de59be;hp=2c3c4d299472a265bfc4486816933ca3dc69b44f;hpb=13cbf011a93d93cab524d4a2f68c259ed7e1594b;p=git.git 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.