clix/send.lua

changeset 27
5b58c002d6ad
parent 21
cdeb02d9546d
child 36
0712fda16ab6
--- a/clix/send.lua	Tue Jan 12 02:17:03 2010 +0000
+++ b/clix/send.lua	Tue Jan 12 02:17:38 2010 +0000
@@ -2,6 +2,10 @@
 short_opts.e = "echo";
 
 return function (opts, arg)
+	if opts.short_help then
+		print("Send messages");
+		return;
+	end
 	if (#arg == 0 or opts.help) and not opts.interactive then
 		return 0;
 	end

mercurial