Merge with Zash

Sat, 12 Mar 2011 19:12:34 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sat, 12 Mar 2011 19:12:34 +0000
changeset 49
64e637041347
parent 47
d4650cc6bb3f (diff)
parent 48
8206f3369d37 (current diff)
child 50
e5cdd8e93e05

Merge with Zash

--- a/clix/sendfile.lua	Sat Mar 12 20:08:48 2011 +0100
+++ b/clix/sendfile.lua	Sat Mar 12 19:12:34 2011 +0000
@@ -1,6 +1,6 @@
 return function (opts, arg)
 	if opts.short_help then
-		print("Send files");
+		print("Send a file");
 		return;
 	end
 	if (#arg == 0 or opts.help) and not opts.interactive then

mercurial