aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Melnichenko <mpeterval@gmail.com>2017-09-12 18:15:01 +0300
committerPeter Melnichenko <mpeterval@gmail.com>2017-09-12 18:15:01 +0300
commit7e661d3a394aaf7a015ab927e7459d59abc2041b (patch)
tree467d0349a88e6baa56a88258d366aa0f3d751e33
parentea62f7c3d00656664824d9519507b5068406b5d0 (diff)
downloadluarocks-7e661d3a394aaf7a015ab927e7459d59abc2041b.tar.gz
luarocks-7e661d3a394aaf7a015ab927e7459d59abc2041b.tar.bz2
luarocks-7e661d3a394aaf7a015ab927e7459d59abc2041b.zip
Formatting fix for recent addition to `make` help message
-rw-r--r--src/luarocks/make.lua3
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.
33To install rocks, you'll normally want to use the "install" and 33To 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
36NB: Use `luarocks install` with the `--only-deps` flag if you want to install dependencies of the rockspec (see `luarocks help install`) 36NB: Use `luarocks install` with the `--only-deps` flag if you want to install
37only 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