aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo?o Duarte <jvsDuarte08@gmail.com>2019-08-16 08:38:29 -0700
committerJo?o Duarte <jvsDuarte08@gmail.com>2019-08-16 08:38:29 -0700
commit88f90d12ddb346a3a15602b01dbe394d98d4fadc (patch)
treebe8a54ab23cd5449512d001a11f5d5857f9f6782
parent6a485386c060dcce9565ca0f2431ce6af15c88c7 (diff)
downloadprosody-88f90d12ddb346a3a15602b01dbe394d98d4fadc.tar.gz
prosody-88f90d12ddb346a3a15602b01dbe394d98d4fadc.zip
prosodyctl: Fixed a typo
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index 9c94fea4..4c8892ac 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -96,7 +96,7 @@ end
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");