Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Kestenholz <matthias@spinlock.ch>2007-05-18 17:39:34 +0400
committerJunio C Hamano <junkio@cox.net>2007-05-19 08:47:45 +0400
commit97925fde00743e557fa5e792004483a27e31fbd8 (patch)
tree6d64fc43e257129dc4b2dd23b7a34a6037b087b1 /Documentation/git-instaweb.txt
parente448ff877b5bff0f2e6c5281652ed5183a41ed6c (diff)
Documentation: Reformatted SYNOPSIS for several commands
Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-instaweb.txt')
-rw-r--r--Documentation/git-instaweb.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/git-instaweb.txt b/Documentation/git-instaweb.txt
index 52a6aa6e82..9df0ab2d76 100644
--- a/Documentation/git-instaweb.txt
+++ b/Documentation/git-instaweb.txt
@@ -7,8 +7,9 @@ git-instaweb - Instantly browse your working repository in gitweb
SYNOPSIS
--------
-'git-instaweb' [--local] [--httpd=<httpd>] [--port=<port>] [--browser=<browser>]
-
+[verse]
+'git-instaweb' [--local] [--httpd=<httpd>] [--port=<port>]
+ [--browser=<browser>]
'git-instaweb' [--start] [--stop] [--restart]
DESCRIPTION