# HG changeset patch # User Kim Alvefur # Date 1637500227 -3600 # Node ID 28acd1ca0ffd191b20f7c674c25e112eb37c2ab0 # Parent 64cb732f67e47a8df8a428a694fbd5c3e4d4a7a1 clix.moderate: Fix help message No wonder it didn't work when I tried --to diff -r 64cb732f67e4 -r 28acd1ca0ffd clix/moderate.lua --- 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")