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:
Fredrik Luthander
2013-05-07 17:38:45 +02:00
parent 350942fed2
commit 7525464460
2 changed files with 10 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ Project Owner and Power User Guide
Admin User Guide Admin User Guide
---------------- ----------------
* link:pgm-index.html[Server Programs] * link:pgm-index.html[Server Side Administrative Tools]
Installation Installation
~~~~~~~~~~~~ ~~~~~~~~~~~~

View File

@@ -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: 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]:: link:pgm-init.html[init]::
Initialize a new Gerrit server installation. Initialize a new Gerrit server installation.
@@ -28,7 +30,7 @@ version::
Display the release version of Gerrit Code Review. Display the release version of Gerrit Code Review.
Transition Utilities Transition Utilities
-------------------- ~~~~~~~~~~~~~~~~~~~~
link:pgm-ScanTrackingIds.html[ScanTrackingIds]:: link:pgm-ScanTrackingIds.html[ScanTrackingIds]::
Rescan all changes after configuring trackingids. Rescan all changes after configuring trackingids.