Software / code / prosody
Changeset
10202:d3764eed7ded
prosodyctl: Fixed a typo
| author | João Duarte <jvsDuarte08@gmail.com> |
|---|---|
| date | Fri, 16 Aug 2019 08:38:29 -0700 |
| parents | 10201:2457b6b1908b |
| children | 10203:3beb37ed7f32 |
| files | prosodyctl |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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");