diff -r 028c5ffc6d7c -r 5b58c002d6ad clix/receive.lua --- a/clix/receive.lua Tue Jan 12 02:17:03 2010 +0000 +++ b/clix/receive.lua Tue Jan 12 02:17:38 2010 +0000 @@ -1,6 +1,10 @@ short_opts.h = "history"; return function (opts, args) + if opts.short_help then + print("Receive and display XMPP messages"); + return; + end local function on_message(message) local body = message:get_child("body"); local delay = message:get_child("delay", "urn:xmpp:delay");