aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Cornu <n.cornu@overkiz.com>2017-07-07 16:24:19 +0200
committerNicolas Cornu <n.cornu@overkiz.com>2017-07-07 16:24:19 +0200
commit8c32fc9aaa42ae843b8a2ce587c32c20bfc4b532 (patch)
treedf2b4a656290a1b78acb112d957b74f5f3c9a7de
parent6ff21657f937d74ecb69947989ad54f6ea62198b (diff)
downloadluarocks-8c32fc9aaa42ae843b8a2ce587c32c20bfc4b532.tar.gz
luarocks-8c32fc9aaa42ae843b8a2ce587c32c20bfc4b532.tar.bz2
luarocks-8c32fc9aaa42ae843b8a2ce587c32c20bfc4b532.zip
Forget deprecated options from command line help.
-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: