# HG changeset patch # User Matthew Wild # Date 1299957124 0 # Node ID d4650cc6bb3f00a03183c76c436bb2f5a8e2120a # Parent b5d6e443e571d7d783704c1d5ccd7f4c09700d9d sendfile: Small fix for command description diff -r b5d6e443e571 -r d4650cc6bb3f clix/sendfile.lua --- 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