diff options
author | Hisham <hisham@gobolinux.org> | 2016-05-10 16:19:43 -0300 |
---|---|---|
committer | Hisham <hisham@gobolinux.org> | 2016-05-10 16:19:43 -0300 |
commit | 92d0b50361d6f1962ce5c073a0918d2061f389a6 (patch) | |
tree | c5c0cdff7cd7af22ba7df4b3dd9074614a98f3b6 | |
parent | 8915604a681c997166dbb163fc6e8a0e4e1de1fe (diff) | |
download | luarocks-92d0b50361d6f1962ce5c073a0918d2061f389a6.tar.gz luarocks-92d0b50361d6f1962ce5c073a0918d2061f389a6.tar.bz2 luarocks-92d0b50361d6f1962ce5c073a0918d2061f389a6.zip |
--force-fast in help summary.
-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. |