Fix rendering of block in documentation of init program

The second block in the description of the --batch option was shown
as pre-formatted block rather than a separate paragraph in the same
style as the previous.

Change-Id: I9210c9ef7bd58cc87265c4794d1afc64a57202ab
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin
2016-09-16 10:13:58 +02:00
parent 13737a286a
commit c40eb57da9

View File

@@ -37,10 +37,10 @@ If run in an existing `$site_path`, init upgrades existing resources
on the whims of the Gerrit developers. On upgrades, the existing on the whims of the Gerrit developers. On upgrades, the existing
settings in `gerrit.config` are respected. settings in `gerrit.config` are respected.
+ +
If during a schema migration unused objects (e.g. tables, columns) If during a schema migration unused objects (e.g. tables, columns)
are detected, they are *not* automatically dropped; a list of SQL are detected, they are *not* automatically dropped; a list of SQL
statements to drop these objects is provided. To drop the unused statements to drop these objects is provided. To drop the unused
objects these SQL statements must be executed manually. objects these SQL statements must be executed manually.
--no-auto-start:: --no-auto-start::
Don't automatically start the daemon after initializing a Don't automatically start the daemon after initializing a