Documentation: Rename Server Programs
The title Server Programs was remarked as ambigous [1] and here's a rework of the title and it's consequences in the pgm-index file. It also adds <> style brackets around text that should be replaced when running the tools. [1] https://gerrit-review.googlesource.com/#/c/45451 Change-Id: I7285fcec88d70b6a3562d09e7cfd810dc82e893e Signed-off-by: Fredrik Luthander <fredrik.luthander@sonymobile.com>
This commit is contained in:
@@ -32,7 +32,7 @@ Project Owner and Power User Guide
|
||||
Admin User Guide
|
||||
----------------
|
||||
|
||||
* link:pgm-index.html[Server Programs]
|
||||
* link:pgm-index.html[Server Side Administrative Tools]
|
||||
|
||||
Installation
|
||||
~~~~~~~~~~~~
|
||||
|
@@ -1,13 +1,15 @@
|
||||
Gerrit Code Review - Server Programs
|
||||
====================================
|
||||
Gerrit Code Review - Server Side Administrative Tools
|
||||
=====================================================
|
||||
|
||||
Server side programs can be started by executing the WAR file
|
||||
Server side tools can be started by executing the WAR file
|
||||
through the Java command line. For example:
|
||||
|
||||
$ java -jar gerrit.war program [options]
|
||||
$ java -jar gerrit.war <tool> [<options>]
|
||||
|
||||
[[programs]]Programs
|
||||
--------------------
|
||||
Tool should be one of the following names:
|
||||
|
||||
Tools
|
||||
-----
|
||||
|
||||
link:pgm-init.html[init]::
|
||||
Initialize a new Gerrit server installation.
|
||||
@@ -28,7 +30,7 @@ version::
|
||||
Display the release version of Gerrit Code Review.
|
||||
|
||||
Transition Utilities
|
||||
--------------------
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
link:pgm-ScanTrackingIds.html[ScanTrackingIds]::
|
||||
Rescan all changes after configuring trackingids.
|
||||
|
Reference in New Issue
Block a user