diff options
-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: |