diff options
author | Paul Ouellette <oue.paul18@gmail.com> | 2019-08-25 20:35:39 -0400 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2019-08-27 12:49:54 -0300 |
commit | bd6009326fb468890ddabc16d6014916f08710ff (patch) | |
tree | a3e74f4f91dca86987932104c24def95f6d7ec7d | |
parent | cffcc251be58914c49a1acbdaf5c38e42f93976c (diff) | |
download | luarocks-bd6009326fb468890ddabc16d6014916f08710ff.tar.gz luarocks-bd6009326fb468890ddabc16d6014916f08710ff.tar.bz2 luarocks-bd6009326fb468890ddabc16d6014916f08710ff.zip |
Fix build --no-doc
-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 | ||