From 92d0b50361d6f1962ce5c073a0918d2061f389a6 Mon Sep 17 00:00:00 2001 From: Hisham Date: Tue, 10 May 2016 16:19:43 -0300 Subject: --force-fast in help summary. --- src/luarocks/remove.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") local fs = require("luarocks.fs") remove.help_summary = "Uninstall a rock." -remove.help_arguments = "[--force[=fast]] []" +remove.help_arguments = "[--force|--force-fast] []" remove.help = [[ Argument is the name of a rock to be uninstalled. If a version is not given, try to remove all versions at once. -- cgit v1.2.3-55-g6feb