Mercurial > prosody-modules
diff mod_lastlog2/mod_lastlog2.lua @ 5876:c5df6d53f17f
mod_lastlog2: Fix typo from original copy-paste
| author | aidan@jmad.org |
|---|---|
| date | Sun, 25 Feb 2024 18:20:04 -0800 |
| parents | 5239ed05bd71 |
| children | 886c985ece61 |
line wrap: on
line diff
--- a/mod_lastlog2/mod_lastlog2.lua Tue Mar 26 22:15:41 2024 +0100 +++ b/mod_lastlog2/mod_lastlog2.lua Sun Feb 25 18:20:04 2024 -0800 @@ -69,7 +69,7 @@ function module.command(arg) if not arg[1] or arg[1] == "--help" then - require"util.prosodyctl".show_usage([[mod_lastlog <user@host>]], [[Show when user last logged in or out]]); + require"util.prosodyctl".show_usage([[mod_lastlog2 <user@host>]], [[Show when user last logged in or out]]); return 1; end local user, host = jid.prepped_split(table.remove(arg, 1));
