prosodyctl
changeset 10206 d3764eed7ded
parent 10194 f506964a1123
child 10211 4c755c2e6305
--- a/prosodyctl	Thu Aug 01 09:29:40 2019 -0700
+++ b/prosodyctl	Fri Aug 16 08:38:29 2019 -0700
@@ -96,7 +96,7 @@
 
 function commands.remove(arg)
 	if arg[1] == "--help" then
-		show_usage([[remove]], [[Removes a module installed in the wroking directory's plugins folder]]);
+		show_usage([[remove]], [[Removes a module installed in the working directory's plugins folder]]);
 		return 1;
 	end
 	table.insert(arg, "remove");