diff options
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 92458b2b..5a2681a3 100644 --- a/src/luarocks/help.lua +++ b/src/luarocks/help.lua | |||
| @@ -111,7 +111,7 @@ function help.run(...) | |||
| 111 | print_section("SEE ALSO") | 111 | print_section("SEE ALSO") |
| 112 | util.printout("","'"..program.." help' for general options and configuration.\n") | 112 | util.printout("","'"..program.." help' for general options and configuration.\n") |
| 113 | else | 113 | else |
| 114 | return nil, "Unknown command '"..command.."'" | 114 | return nil, "Unknown command: "..command |
| 115 | end | 115 | end |
| 116 | end | 116 | end |
| 117 | return true | 117 | return true |
