aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham <hisham@gobolinux.org>2016-05-10 16:19:43 -0300
committerHisham <hisham@gobolinux.org>2016-05-10 16:19:43 -0300
commit92d0b50361d6f1962ce5c073a0918d2061f389a6 (patch)
treec5c0cdff7cd7af22ba7df4b3dd9074614a98f3b6
parent8915604a681c997166dbb163fc6e8a0e4e1de1fe (diff)
downloadluarocks-92d0b50361d6f1962ce5c073a0918d2061f389a6.tar.gz
luarocks-92d0b50361d6f1962ce5c073a0918d2061f389a6.tar.bz2
luarocks-92d0b50361d6f1962ce5c073a0918d2061f389a6.zip
--force-fast in help summary.
-rw-r--r--src/luarocks/remove.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/remove.lua b/src/luarocks/remove.lua
index 9e1ae217..4aff3946 100644
--- a/src/luarocks/remove.lua
+++ b/src/luarocks/remove.lua
@@ -16,7 +16,7 @@ local manif = require("luarocks.manif")
16local fs = require("luarocks.fs") 16local fs = require("luarocks.fs")
17 17
18remove.help_summary = "Uninstall a rock." 18remove.help_summary = "Uninstall a rock."
19remove.help_arguments = "[--force[=fast]] <name> [<version>]" 19remove.help_arguments = "[--force|--force-fast] <name> [<version>]"
20remove.help = [[ 20remove.help = [[
21Argument is the name of a rock to be uninstalled. 21Argument is the name of a rock to be uninstalled.
22If a version is not given, try to remove all versions at once. 22If a version is not given, try to remove all versions at once.