aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/luarocks/build.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/luarocks/build.lua b/src/luarocks/build.lua
index 1341a9ae..77dd1dad 100644
--- a/src/luarocks/build.lua
+++ b/src/luarocks/build.lua
@@ -21,7 +21,8 @@ Argument may be a rockspec file, a source rock file
21or the name of a rock to be fetched from a repository. 21or the name of a rock to be fetched from a repository.
22 22
23If --pack-binary-rock is passed, the rock is not installed; 23If --pack-binary-rock is passed, the rock is not installed;
24instead, a .rock file with the contents of compilation is produced. 24instead, a .rock file with the contents of compilation is produced
25in the current directory.
25]] 26]]
26 27
27--- Install files to a given location. 28--- Install files to a given location.