clix/raw.lua

changeset 27
5b58c002d6ad
parent 23
c5f04bdc7c64
child 46
b5d6e443e571
--- 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

mercurial