diff options
-rw-r--r-- | src/luarocks/remove.lua | 2 |
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") | |||
16 | local fs = require("luarocks.fs") | 16 | local fs = require("luarocks.fs") |
17 | 17 | ||
18 | remove.help_summary = "Uninstall a rock." | 18 | remove.help_summary = "Uninstall a rock." |
19 | remove.help_arguments = "[--force[=fast]] <name> [<version>]" | 19 | remove.help_arguments = "[--force|--force-fast] <name> [<version>]" |
20 | remove.help = [[ | 20 | remove.help = [[ |
21 | Argument is the name of a rock to be uninstalled. | 21 | Argument is the name of a rock to be uninstalled. |
22 | If a version is not given, try to remove all versions at once. | 22 | If a version is not given, try to remove all versions at once. |