diff options
| -rw-r--r-- | src/luarocks/cmd/build.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/luarocks/cmd/build.lua b/src/luarocks/cmd/build.lua index 0654b4eb..e4f30715 100644 --- a/src/luarocks/cmd/build.lua +++ b/src/luarocks/cmd/build.lua | |||
| @@ -30,6 +30,7 @@ function cmd_build.add_to_parser(parser) | |||
| 30 | :args("?") | 30 | :args("?") |
| 31 | 31 | ||
| 32 | cmd:flag("--only-deps", "Installs only the dependencies of the rock.") | 32 | cmd:flag("--only-deps", "Installs only the dependencies of the rock.") |
| 33 | cmd:flag("--no-doc", "Installs the rock without its documentation.") | ||
| 33 | make.cmd_options(cmd) | 34 | make.cmd_options(cmd) |
| 34 | end | 35 | end |
| 35 | 36 | ||
