clix/sendfile.lua

changeset 47
d4650cc6bb3f
parent 44
3c3cc6d75814
--- a/clix/sendfile.lua	Tue Feb 22 20:52:22 2011 +0000
+++ b/clix/sendfile.lua	Sat Mar 12 19:12:04 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