diff options
Diffstat (limited to '')
-rw-r--r-- | src/luarocks/install.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/luarocks/install.lua b/src/luarocks/install.lua index b28e6282..7458ec8e 100644 --- a/src/luarocks/install.lua +++ b/src/luarocks/install.lua | |||
@@ -25,7 +25,8 @@ or a filename of a locally available rock. | |||
25 | rock after installing a new one. This behavior can | 25 | rock after installing a new one. This behavior can |
26 | be made permanent by setting keep_other_versions=true | 26 | be made permanent by setting keep_other_versions=true |
27 | in the configuration file. | 27 | in the configuration file. |
28 | ]] | 28 | ]]..util.deps_mode_help() |
29 | |||
29 | 30 | ||
30 | --- Install a binary rock. | 31 | --- Install a binary rock. |
31 | -- @param rock_file string: local or remote filename of a rock. | 32 | -- @param rock_file string: local or remote filename of a rock. |