diff options
author | Kim Alvefur <zash@zash.se> | 2019-04-29 17:26:56 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-04-29 17:26:56 +0200 |
commit | 21d4a58469853ebffca787cfc76e9b7d8b40d9b4 (patch) | |
tree | d99a64406083da5aa80cedd455a8463ef881c1c4 /plugins | |
parent | 54d0329e4c0809920c954a45e448263d3a669a2b (diff) | |
download | prosody-21d4a58469853ebffca787cfc76e9b7d8b40d9b4.tar.gz prosody-21d4a58469853ebffca787cfc76e9b7d8b40d9b4.zip |
mod_mimicking: Use more intuitive term "mimicry index" for skeletons
Fits better with the module name too.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_mimicking.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_mimicking.lua b/plugins/mod_mimicking.lua index a8d6803e..43d165d2 100644 --- a/plugins/mod_mimicking.lua +++ b/plugins/mod_mimicking.lua @@ -37,7 +37,7 @@ end); 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 |