Software /
code /
prosody
Changeset
9985:46c038969eb3
mod_mimicking: Use more intuitive term "mimicry index" for skeletons
Fits better with the module name too.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 29 Apr 2019 17:26:56 +0200 |
parents | 9984:bbabd35b30ae |
children | 9986:9cb639ef5c72 |
files | plugins/mod_mimicking.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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