summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdwin Kempin <ekempin@google.com>2016-09-16 10:13:58 +0200
committerEdwin Kempin <ekempin@google.com>2016-09-16 10:13:58 +0200
commitc40eb57da9dbeda8c79bae0dd8fd9a4fa2c7f30c (patch)
treecb6044956ee85adae54eb3cd663b61eb0a3a433b
parent13737a286a8bdf998af4eb7d9b8c934fadd398b1 (diff)
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>
-rw-r--r--Documentation/pgm-init.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/pgm-init.txt b/Documentation/pgm-init.txt
index d1d0423a26..39167bd017 100644
--- a/Documentation/pgm-init.txt
+++ b/Documentation/pgm-init.txt
@@ -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
settings in `gerrit.config` are respected.
+
- If during a schema migration unused objects (e.g. tables, columns)
- are detected, they are *not* automatically dropped; a list of SQL
- statements to drop these objects is provided. To drop the unused
- objects these SQL statements must be executed manually.
+If during a schema migration unused objects (e.g. tables, columns)
+are detected, they are *not* automatically dropped; a list of SQL
+statements to drop these objects is provided. To drop the unused
+objects these SQL statements must be executed manually.
--no-auto-start::
Don't automatically start the daemon after initializing a