aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2017-07-10 09:47:26 -0300
committerGitHub <noreply@github.com>2017-07-10 09:47:26 -0300
commitcaa4ad24a33650448e35e44bc1d06101593e7bac (patch)
treea0a5e7c29a6568af98ed1546d9806b704b21a84c /src
parent0d3f6366f9bb0f5586c47444d0aa252467c12e47 (diff)
parent8c32fc9aaa42ae843b8a2ce587c32c20bfc4b532 (diff)
downloadluarocks-caa4ad24a33650448e35e44bc1d06101593e7bac.tar.gz
luarocks-caa4ad24a33650448e35e44bc1d06101593e7bac.tar.bz2
luarocks-caa4ad24a33650448e35e44bc1d06101593e7bac.zip
Merge pull request #717 from alkino/master
Forget deprecated options from command line help.
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/help.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/help.lua b/src/luarocks/help.lua
index ade46039..10eb2287 100644
--- a/src/luarocks/help.lua
+++ b/src/luarocks/help.lua
@@ -48,7 +48,7 @@ function help.command(flags, command)
48 print_section("NAME") 48 print_section("NAME")
49 util.printout("\t"..program..[[ - ]]..program_description) 49 util.printout("\t"..program..[[ - ]]..program_description)
50 print_section("SYNOPSIS") 50 print_section("SYNOPSIS")
51 util.printout("\t"..program..[[ [--from=<server> | --only-from=<server>] [--to=<tree>] [VAR=VALUE]... <command> [<argument>] ]]) 51 util.printout("\t"..program..[[ [--server=<server> | --only-server=<server>] [--tree=<tree>] [VAR=VALUE]... <command> [<argument>] ]])
52 print_section("GENERAL OPTIONS") 52 print_section("GENERAL OPTIONS")
53 util.printout([[ 53 util.printout([[
54 These apply to all commands, as appropriate: 54 These apply to all commands, as appropriate: