mod_mimicking: Use more intuitive term "mimicry index" for skeletons
authorKim Alvefur <zash@zash.se>
Mon, 29 Apr 2019 17:26:56 +0200
changeset 9989 46c038969eb3
parent 9988 bbabd35b30ae
child 9990 9cb639ef5c72
mod_mimicking: Use more intuitive term "mimicry index" for skeletons Fits better with the module name too.
plugins/mod_mimicking.lua
--- a/plugins/mod_mimicking.lua	Mon Apr 29 02:40:14 2019 +0200
+++ b/plugins/mod_mimicking.lua	Mon Apr 29 17:26:56 2019 +0200
@@ -37,7 +37,7 @@
 
 function module.command(arg)
 	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;
 	end