From 8c32fc9aaa42ae843b8a2ce587c32c20bfc4b532 Mon Sep 17 00:00:00 2001 From: Nicolas Cornu Date: Fri, 7 Jul 2017 16:24:19 +0200 Subject: Forget deprecated options from command line help. --- src/luarocks/help.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) print_section("NAME") util.printout("\t"..program..[[ - ]]..program_description) print_section("SYNOPSIS") - util.printout("\t"..program..[[ [--from= | --only-from=] [--to=] [VAR=VALUE]... [] ]]) + util.printout("\t"..program..[[ [--server= | --only-server=] [--tree=] [VAR=VALUE]... [] ]]) print_section("GENERAL OPTIONS") util.printout([[ These apply to all commands, as appropriate: -- cgit v1.2.3-55-g6feb