sendfile: Small fix for command description

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

author
Matthew Wild <mwild1@gmail.com>
date
Sat, 12 Mar 2011 19:12:04 +0000
changeset 47
d4650cc6bb3f
parent 46
b5d6e443e571
child 49
64e637041347

sendfile: Small fix for command description

clix/sendfile.lua file | annotate | diff | comparison | revisions
--- 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