aboutsummaryrefslogtreecommitdiff
path: root/src/luarocks/cmd/lint.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/luarocks/cmd/lint.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/cmd/lint.lua b/src/luarocks/cmd/lint.lua
index 433eed84..2af19392 100644
--- a/src/luarocks/cmd/lint.lua
+++ b/src/luarocks/cmd/lint.lua
@@ -12,7 +12,7 @@ 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(false) 15 :add_help("--help")
16 16
17 cmd:argument("rockspec", "The rockspec to check.") 17 cmd:argument("rockspec", "The rockspec to check.")
18end 18end