Skip to content

Commit b73f294

Browse files
jhancegitster
authored andcommitted
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>
1 parent 0b45010 commit b73f294

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/git-instaweb.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,18 @@ OPTIONS
4949
linkgit:git-web--browse[1] for more information about this. If
5050
the script fails, the URL will be printed to stdout.
5151

52+
start::
5253
--start::
5354
Start the httpd instance and exit. This does not generate
5455
any of the configuration files for spawning a new instance.
5556

57+
stop::
5658
--stop::
5759
Stop the httpd instance and exit. This does not generate
5860
any of the configuration files for spawning a new instance,
5961
nor does it close the browser.
6062

63+
restart::
6164
--restart::
6265
Restart the httpd instance and exit. This does not generate
6366
any of the configuration files for spawning a new instance.

0 commit comments

Comments
 (0)