aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-instaweb.txt
diff options
context:
space:
mode:
authorJared Hance <jaredhance@gmail.com>2010-08-02 14:20:38 -0400
committerJunio C Hamano <gitster@pobox.com>2010-08-02 15:18:18 -0700
commitb73f294150c0c134a954ab6772688a9a39b54896 (patch)
tree815e44a89aa5bb11f623088bf1cf05cc92c584a6 /Documentation/git-instaweb.txt
parent0b45010e76ef2114a530d81da626871de23f467f (diff)
downloadgit-b73f294150c0c134a954ab6772688a9a39b54896.tar.gz
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>
Diffstat (limited to 'Documentation/git-instaweb.txt')
-rw-r--r--Documentation/git-instaweb.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-instaweb.txt b/Documentation/git-instaweb.txt
index 2c3c4d2994..e70cea9320 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.