# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1441098102 -7200
# Node ID 7b4e841dcd774b20e6e2aa1e194536d26cac50e4
# Parent  f02f52a2ee11f30dce479bf4803b028cb5a0285f
mod_migrate/README: Change headings and adjust usage string

diff -r f02f52a2ee11 -r 7b4e841dcd77 mod_migrate/README.markdown
--- 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`,