mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Fixed a typo
This commit is contained in:
parent
9ef4fbdbf8
commit
ce4f9d56d9
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue