Skip to content

Commit

Permalink
Forget deprecated options from command line help.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Cornu committed Jul 7, 2017
1 parent 6ff2165 commit 8c32fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/luarocks/help.lua
Expand Up @@ -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=<server> | --only-from=<server>] [--to=<tree>] [VAR=VALUE]... <command> [<argument>] ]])
util.printout("\t"..program..[[ [--server=<server> | --only-server=<server>] [--tree=<tree>] [VAR=VALUE]... <command> [<argument>] ]])
print_section("GENERAL OPTIONS")
util.printout([[
These apply to all commands, as appropriate:
Expand Down

0 comments on commit 8c32fc9

Please sign in to comment.