diff options
author | Peter Melnichenko <mpeterval@gmail.com> | 2017-09-12 18:15:01 +0300 |
---|---|---|
committer | Peter Melnichenko <mpeterval@gmail.com> | 2017-09-12 18:15:01 +0300 |
commit | 7e661d3a394aaf7a015ab927e7459d59abc2041b (patch) | |
tree | 467d0349a88e6baa56a88258d366aa0f3d751e33 | |
parent | ea62f7c3d00656664824d9519507b5068406b5d0 (diff) | |
download | luarocks-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.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 |