aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/luarocks/cmd/help.lua2
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: