From 3df4bd569e44a7e4a6a0d5d3b758c767d9b562c4 Mon Sep 17 00:00:00 2001 From: Hisham Date: Sun, 18 Dec 2016 20:33:14 -0200 Subject: Remove outdated flags --- src/luarocks/cmd/help.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/luarocks/cmd/help.lua b/src/luarocks/cmd/help.lua index f304a1d4..b986534c 100644 --- a/src/luarocks/cmd/help.lua +++ b/src/luarocks/cmd/help.lua @@ -47,7 +47,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..[[ [] [VAR=VALUE]... [] ]]) print_section("GENERAL OPTIONS") util.printout([[ These apply to all commands, as appropriate: -- cgit v1.2.3-55-g6feb