Mercurial > prosody-modules
diff mod_migrate/mod_migrate.lua @ 1812:22b799c7b50a
mod_migrate: Fix typo in usage string
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 01 Sep 2015 10:30:08 +0200 |
parents | 8df071457dee |
children | f02f52a2ee11 |
line wrap: on
line diff
--- a/mod_migrate/mod_migrate.lua Mon Aug 31 18:01:35 2015 +0200 +++ b/mod_migrate/mod_migrate.lua Tue Sep 01 10:30:08 2015 +0200 @@ -7,7 +7,7 @@ function module.command(arg) local host, source_store, migrate_to, user = unpack(arg); if not migrate_to then - return print("Usage: prosodyctl mod_migrate example.com <source-store> <targer-driver> [users]*"); + return print("Usage: prosodyctl mod_migrate example.com <source-store> <target-driver> [users]*"); end sm.initialize_host(host); um.initialize_host(host);