mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_mimicking: Use more intuitive term "mimicry index" for skeletons
Fits better with the module name too.
This commit is contained in:
parent
7e8621d4b5
commit
d9d997c861
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ end);
|
||||||
|
|
||||||
function module.command(arg)
|
function module.command(arg)
|
||||||
if (arg[1] ~= "bootstrap" or not arg[2]) then
|
if (arg[1] ~= "bootstrap" or not arg[2]) then
|
||||||
usage("mod_mimicking bootstrap <host>", "Initialize skeleton database");
|
usage("mod_mimicking bootstrap <host>", "Initialize username mimicry index");
|
||||||
return;
|
return;
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue