diff options
Diffstat (limited to 'src/luarocks/cmd/lint.lua')
-rw-r--r-- | src/luarocks/cmd/lint.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/luarocks/cmd/lint.lua b/src/luarocks/cmd/lint.lua index 2af19392..20c842ff 100644 --- a/src/luarocks/cmd/lint.lua +++ b/src/luarocks/cmd/lint.lua | |||
@@ -12,7 +12,6 @@ function lint.add_to_parser(parser) | |||
12 | "Returns success if the text of the rockspec is syntactically correct, else failure.", | 12 | "Returns success if the text of the rockspec is syntactically correct, else failure.", |
13 | util.see_also()) | 13 | util.see_also()) |
14 | :summary("Check syntax of a rockspec.") | 14 | :summary("Check syntax of a rockspec.") |
15 | :add_help("--help") | ||
16 | 15 | ||
17 | cmd:argument("rockspec", "The rockspec to check.") | 16 | cmd:argument("rockspec", "The rockspec to check.") |
18 | end | 17 | end |