tools/migration/prosody-migrator.lua
changeset 12391 05c250fa335a
parent 12172 33e856c65033
child 13146 879a6a33c21b
--- a/tools/migration/prosody-migrator.lua	Sun Mar 06 15:13:50 2022 +0100
+++ b/tools/migration/prosody-migrator.lua	Mon Mar 07 00:13:56 2022 +0100
@@ -38,7 +38,7 @@
 	print("Usage: " .. arg[0] .. " [OPTIONS] FROM_STORE TO_STORE");
 	print("  --config FILE         Specify config file")
 	print("  --keep-going          Keep going in case of errors");
-	print("  -v, --verbose         Incease log-level");
+	print("  -v, --verbose         Increase log-level");
 	print("");
 	print("If no stores are specified, 'input' and 'output' are used.");
 end
@@ -153,7 +153,7 @@
 		log("debug", "Using store user iterator")
 		return store:users();
 	else
-		log("debug", "Using usermanagre user iterator")
+		log("debug", "Using usermanager user iterator")
 		return um.users(host);
 	end
 end