Changeset

47:d4650cc6bb3f

sendfile: Small fix for command description
author Matthew Wild <mwild1@gmail.com>
date Sat, 12 Mar 2011 19:12:04 +0000
parents 46:b5d6e443e571
children 49:64e637041347
files clix/sendfile.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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