diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2017-07-10 09:47:26 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-10 09:47:26 -0300 |
commit | caa4ad24a33650448e35e44bc1d06101593e7bac (patch) | |
tree | a0a5e7c29a6568af98ed1546d9806b704b21a84c /src | |
parent | 0d3f6366f9bb0f5586c47444d0aa252467c12e47 (diff) | |
parent | 8c32fc9aaa42ae843b8a2ce587c32c20bfc4b532 (diff) | |
download | luarocks-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.lua | 2 |
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: |