From 1f336d1ef4bc09d063772848fcb613580daddb80 Mon Sep 17 00:00:00 2001 From: Philipp Pa Date: Thu, 24 Aug 2017 19:51:54 +0300 Subject: Additional help-info added to luarocks help make about --only-deps flag. --- src/luarocks/make.lua | 2 ++ 1 file changed, 2 insertions(+) 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. To install rocks, you'll normally want to use the "install" and "build" commands. See the help on those for details. +NB: Use `luarocks install` with the `--only-deps` flag if you want to install dependencies of the rockspec (see `luarocks help install`) + --pack-binary-rock Do not install rock. Instead, produce a .rock file with the contents of compilation in the current directory. -- cgit v1.2.3-55-g6feb