# HG changeset patch # User Kim Alvefur # Date 1606171951 -3600 # Node ID 6e05b25c26697436224fe632d7c01a3e8873bb2a # Parent febc3992bee6d2428c57d5c9a0dda2fe58a06c1d clix.watch_pep: Move invocation syntax out of short help So it doesn't clutter the command listing diff -r febc3992bee6 -r 6e05b25c2669 clix/watch_pep.lua --- a/clix/watch_pep.lua Mon Nov 16 17:18:39 2020 +0100 +++ b/clix/watch_pep.lua Mon Nov 23 23:52:31 2020 +0100 @@ -15,8 +15,11 @@ }; return function (opts, arg) - if opts.short_help or not arg[1] then + if opts.short_help then print("Watches PEP notifications from all contacts") + return; + end + if opts.help or not arg[1] then print("clix watch_pep [--noempty] PEP-NODE+") return; end