Diff

prosodyctl @ 10202:d3764eed7ded

prosodyctl: Fixed a typo
author João Duarte <jvsDuarte08@gmail.com>
date Fri, 16 Aug 2019 08:38:29 -0700
parent 10190:f506964a1123
child 10207:4c755c2e6305
line wrap: on
line diff
--- 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");