# HG changeset patch # User Kim Alvefur # Date 1510776533 -3600 # Node ID e4b04c0c4b15080494148369d80ed062e1aa949b # Parent f14bea5da32358f20c56db22ad2a1b6e78faca86 mod_migrate: Fix missing mod_ prefix in invocation example (thanks asterix) diff -r f14bea5da323 -r e4b04c0c4b15 mod_migrate/README.markdown --- a/mod_migrate/README.markdown Wed Nov 15 17:29:55 2017 +0100 +++ b/mod_migrate/README.markdown Wed Nov 15 21:08:53 2017 +0100 @@ -38,7 +38,7 @@ ======== ``` sh -prosodyctl migrate example.com accounts,roster,private,vcard sql +prosodyctl mod_migrate example.com accounts,roster,private,vcard sql ``` Compatibility