Comparison

prosodyctl @ 10202:d3764eed7ded

prosodyctl: Fixed a typo
author João Duarte <jvsDuarte08@gmail.com>
date Fri, 16 Aug 2019 08:38:29 -0700
parent 10190:f506964a1123
child 10207:4c755c2e6305
comparison
equal deleted inserted replaced
10201:2457b6b1908b 10202:d3764eed7ded
94 execute_command(arg); 94 execute_command(arg);
95 end 95 end
96 96
97 function commands.remove(arg) 97 function commands.remove(arg)
98 if arg[1] == "--help" then 98 if arg[1] == "--help" then
99 show_usage([[remove]], [[Removes a module installed in the wroking directory's plugins folder]]); 99 show_usage([[remove]], [[Removes a module installed in the working directory's plugins folder]]);
100 return 1; 100 return 1;
101 end 101 end
102 table.insert(arg, "remove"); 102 table.insert(arg, "remove");
103 execute_command(arg); 103 execute_command(arg);
104 end 104 end