Software /
code /
clix
Changeset
162:28acd1ca0ffd
clix.moderate: Fix help message
No wonder it didn't work when I tried --to
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 21 Nov 2021 14:10:27 +0100 |
parents | 161:64cb732f67e4 |
children | 163:801fcbe4a642 |
files | clix/moderate.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/clix/moderate.lua Sat Nov 06 22:11:19 2021 +0100 +++ b/clix/moderate.lua Sun Nov 21 14:10:27 2021 +0100 @@ -5,7 +5,7 @@ return function(opts, arg) if opts.help then - print("clix moderate --to=room@muc.example.com") + print("clix moderate --room=room@muc.example.com") print("\t--start=timestamp") print("\t--end=timestamp") print("\t--from=nickname")