diff -r 028c5ffc6d7c -r 5b58c002d6ad clix/raw.lua --- a/clix/raw.lua Tue Jan 12 02:17:03 2010 +0000 +++ b/clix/raw.lua Tue Jan 12 02:17:38 2010 +0000 @@ -2,6 +2,10 @@ short_opts.e = "echo"; return function (opts, args) + if opts.short_help then + print("Send/receive raw XML to/from the server"); + return; + end local function on_connect(conn) conn:hook("incoming-raw", print); if opts.interactive or opts.stdin then