diff options
-rw-r--r-- | src/luarocks/make.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/luarocks/make.lua b/src/luarocks/make.lua index 13682413..e59dee37 100644 --- a/src/luarocks/make.lua +++ b/src/luarocks/make.lua | |||
@@ -33,7 +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`) | 36 | NB: Use `luarocks install` with the `--only-deps` flag if you want to install |
37 | only dependencies of the rockspec (see `luarocks help install`). | ||
37 | 38 | ||
38 | --pack-binary-rock Do not install rock. Instead, produce a .rock file | 39 | --pack-binary-rock Do not install rock. Instead, produce a .rock file |
39 | with the contents of compilation in the current | 40 | with the contents of compilation in the current |