prosodyctl: Fixed a typo

This commit is contained in:
João Duarte 2019-08-16 08:38:29 -07:00
parent 9ef4fbdbf8
commit ce4f9d56d9

View file

@ -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");