Software /
code /
prosody-modules
Changeset
2824:e4b04c0c4b15
mod_migrate: Fix missing mod_ prefix in invocation example (thanks asterix)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 15 Nov 2017 21:08:53 +0100 |
parents | 2823:f14bea5da323 |
children | 2825:d0c4ecabf3f5 |
files | mod_migrate/README.markdown |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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