diff options
author | João Duarte <jvsDuarte08@gmail.com> | 2019-08-16 08:38:29 -0700 |
---|---|---|
committer | João Duarte <jvsDuarte08@gmail.com> | 2019-08-16 08:38:29 -0700 |
commit | ce4f9d56d998d47c6466a7ae2edd1149d88bd334 (patch) | |
tree | be8a54ab23cd5449512d001a11f5d5857f9f6782 /prosodyctl | |
parent | 9ef4fbdbf875a09014d32caf8797402801095948 (diff) | |
download | prosody-ce4f9d56d998d47c6466a7ae2edd1149d88bd334.tar.gz prosody-ce4f9d56d998d47c6466a7ae2edd1149d88bd334.zip |
prosodyctl: Fixed a typo
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 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"); |