mod_mimicking: Use more intuitive term "mimicry index" for skeletons

Fits better with the module name too.
This commit is contained in:
Kim Alvefur 2019-04-29 17:26:56 +02:00
parent 7e8621d4b5
commit d9d997c861

View file

@ -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