diff options
author | Hisham <hisham@gobolinux.org> | 2016-12-18 20:33:14 -0200 |
---|---|---|
committer | Hisham <hisham@gobolinux.org> | 2016-12-18 20:33:14 -0200 |
commit | 3df4bd569e44a7e4a6a0d5d3b758c767d9b562c4 (patch) | |
tree | 55d3ec5c280cb759715f32ef70db55df93b11679 | |
parent | 8b0b99f7bad39e022d23870724bf94c797955ff4 (diff) | |
download | luarocks-3df4bd569e44a7e4a6a0d5d3b758c767d9b562c4.tar.gz luarocks-3df4bd569e44a7e4a6a0d5d3b758c767d9b562c4.tar.bz2 luarocks-3df4bd569e44a7e4a6a0d5d3b758c767d9b562c4.zip |
Remove outdated flags
-rw-r--r-- | src/luarocks/cmd/help.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
47 | print_section("NAME") | 47 | print_section("NAME") |
48 | util.printout("\t"..program..[[ - ]]..program_description) | 48 | util.printout("\t"..program..[[ - ]]..program_description) |
49 | print_section("SYNOPSIS") | 49 | print_section("SYNOPSIS") |
50 | util.printout("\t"..program..[[ [--from=<server> | --only-from=<server>] [--to=<tree>] [VAR=VALUE]... <command> [<argument>] ]]) | 50 | util.printout("\t"..program..[[ [<flags...>] [VAR=VALUE]... <command> [<argument>] ]]) |
51 | print_section("GENERAL OPTIONS") | 51 | print_section("GENERAL OPTIONS") |
52 | util.printout([[ | 52 | util.printout([[ |
53 | These apply to all commands, as appropriate: | 53 | These apply to all commands, as appropriate: |