diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2014-01-29 21:43:12 +0100 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2014-01-29 21:43:12 +0100 |
commit | fd1d38a2d170deb9c7ffd0289a9bb97efac6f6ba (patch) | |
tree | e89b448c1f65f4df67583027c8ea93e9eff65872 | |
parent | d0aab1fa942409150e242cca18029debf547af9e (diff) | |
download | luarocks-fd1d38a2d170deb9c7ffd0289a9bb97efac6f6ba.tar.gz luarocks-fd1d38a2d170deb9c7ffd0289a9bb97efac6f6ba.tar.bz2 luarocks-fd1d38a2d170deb9c7ffd0289a9bb97efac6f6ba.zip |
added help info to build and make commands
-rw-r--r-- | src/luarocks/build.lua | 4 | ||||
-rw-r--r-- | src/luarocks/make.lua | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/luarocks/build.lua b/src/luarocks/build.lua index 72b5649e..0e58e2e5 100644 --- a/src/luarocks/build.lua +++ b/src/luarocks/build.lua | |||
@@ -32,6 +32,10 @@ or the name of a rock to be fetched from a repository. | |||
32 | be made permanent by setting keep_other_versions=true | 32 | be made permanent by setting keep_other_versions=true |
33 | in the configuration file. | 33 | in the configuration file. |
34 | 34 | ||
35 | --branch=<name> Override the `source.branch` field in the loaded | ||
36 | rockspec. Allows to specify a different branch to | ||
37 | fetch. Particularly for SCM rocks. | ||
38 | |||
35 | ]]..util.deps_mode_help() | 39 | ]]..util.deps_mode_help() |
36 | 40 | ||
37 | --- Install files to a given location. | 41 | --- Install files to a given location. |
diff --git a/src/luarocks/make.lua b/src/luarocks/make.lua index 3999e39f..af7e68e6 100644 --- a/src/luarocks/make.lua +++ b/src/luarocks/make.lua | |||
@@ -36,6 +36,10 @@ To install rocks, you'll normally want to use the "install" and | |||
36 | be made permanent by setting keep_other_versions=true | 36 | be made permanent by setting keep_other_versions=true |
37 | in the configuration file. | 37 | in the configuration file. |
38 | 38 | ||
39 | --branch=<name> Override the `source.branch` field in the loaded | ||
40 | rockspec. Allows to specify a different branch to | ||
41 | fetch. Particularly for SCM rocks. | ||
42 | |||
39 | ]] | 43 | ]] |
40 | 44 | ||
41 | --- Driver function for "make" command. | 45 | --- Driver function for "make" command. |