changeset 1814:7b4e841dcd77

mod_migrate/README: Change headings and adjust usage string
author Kim Alvefur <zash@zash.se>
date Tue, 01 Sep 2015 11:01:42 +0200
parents f02f52a2ee11
children abacf6698d97
files mod_migrate/README.markdown
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mod_migrate/README.markdown	Tue Sep 01 10:59:43 2015 +0200
+++ b/mod_migrate/README.markdown	Tue Sep 01 11:01:42 2015 +0200
@@ -2,15 +2,16 @@
 summary: prosodyctl cross storage driver migration tool
 ...
 
-Description
-===========
+Introduction
+============
 
 This module adds a command to `prosodyctl` for copying data between
 storage drivers.
 
-Usage:
+Usage
+=====
 
-    Usage: prosodyctl mod_migrate example.com <source-store>[-<store-type>] <target-driver> [users]*
+    prosodyctl mod_migrate example.com <source-store>[-<store-type>] <target-driver> [users]*
 
 `<source-store>` would be e.g. `accounts` or `private`. To migrate
 archives, the optional suffix `<store-type>` would be set to `archive`,