diff options
author | Peter Melnichenko <mpeterval@gmail.com> | 2017-09-11 13:27:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-11 13:27:41 +0300 |
commit | 54bb40a807772a5f93d6a0d262f5a22174d44883 (patch) | |
tree | 2b8decfd3e7d0d36e584a59bf42a85252a7ef3dc | |
parent | caa4ad24a33650448e35e44bc1d06101593e7bac (diff) | |
parent | 1f336d1ef4bc09d063772848fcb613580daddb80 (diff) | |
download | luarocks-54bb40a807772a5f93d6a0d262f5a22174d44883.tar.gz luarocks-54bb40a807772a5f93d6a0d262f5a22174d44883.tar.bz2 luarocks-54bb40a807772a5f93d6a0d262f5a22174d44883.zip |
Merge pull request #725 from RussDragon/pp/5639/help_addition
Additional help-info added to luarocks help make about --only-deps flag.
-rw-r--r-- | src/luarocks/make.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/luarocks/make.lua b/src/luarocks/make.lua index 15167c1e..13682413 100644 --- a/src/luarocks/make.lua +++ b/src/luarocks/make.lua | |||
@@ -33,6 +33,8 @@ This command is useful as a tool for debugging rockspecs. | |||
33 | To install rocks, you'll normally want to use the "install" and | 33 | To install rocks, you'll normally want to use the "install" and |
34 | "build" commands. See the help on those for details. | 34 | "build" commands. See the help on those for details. |
35 | 35 | ||
36 | NB: Use `luarocks install` with the `--only-deps` flag if you want to install dependencies of the rockspec (see `luarocks help install`) | ||
37 | |||
36 | --pack-binary-rock Do not install rock. Instead, produce a .rock file | 38 | --pack-binary-rock Do not install rock. Instead, produce a .rock file |
37 | with the contents of compilation in the current | 39 | with the contents of compilation in the current |
38 | directory. | 40 | directory. |