aboutsummaryrefslogtreecommitdiff
path: root/src/luarocks/install.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/luarocks/install.lua')
-rw-r--r--src/luarocks/install.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/luarocks/install.lua b/src/luarocks/install.lua
index 8ada2d50..e1b44203 100644
--- a/src/luarocks/install.lua
+++ b/src/luarocks/install.lua
@@ -20,6 +20,11 @@ help_arguments = "{<rock>|<name> [<version>]}"
20help = [[ 20help = [[
21Argument may be the name of a rock to be fetched from a repository 21Argument may be the name of a rock to be fetched from a repository
22or a filename of a locally available rock. 22or a filename of a locally available rock.
23
24--keep Do not remove previously installed versions of the
25 rock after installing a new one. This behavior can
26 be made permanent by setting keep_other_versions=true
27 in the configuration file.
23]] 28]]
24 29
25--- Install a binary rock. 30--- Install a binary rock.