Skip to content

Commit

Permalink
Document git-instaweb start/stop/restart
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jared Hance authored and Junio C Hamano committed Aug 2, 2010
1 parent 0b45010 commit b73f294
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Documentation/git-instaweb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b73f294

Please sign in to comment.