diff options
-rw-r--r-- | src/luarocks/admin_remove.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/luarocks/admin_remove.lua b/src/luarocks/admin_remove.lua index 31325a30..a97026e8 100644 --- a/src/luarocks/admin_remove.lua +++ b/src/luarocks/admin_remove.lua | |||
@@ -13,10 +13,10 @@ local fs = require("luarocks.fs") | |||
13 | local cache = require("luarocks.cache") | 13 | local cache = require("luarocks.cache") |
14 | 14 | ||
15 | help_summary = "Remove a rock or rockspec from a rocks server." | 15 | help_summary = "Remove a rock or rockspec from a rocks server." |
16 | help_arguments = "[--from=<server>] [--no-refresh] {<rockspec>|<rock>...}" | 16 | help_arguments = "[--server=<server>] [--no-refresh] {<rockspec>|<rock>...}" |
17 | help = [[ | 17 | help = [[ |
18 | Arguments are local files, which may be rockspecs or rocks. | 18 | Arguments are local files, which may be rockspecs or rocks. |
19 | The flag --from indicates which server to use. | 19 | The flag --server indicates which server to use. |
20 | If not given, the default server set in the upload_server variable | 20 | If not given, the default server set in the upload_server variable |
21 | from the configuration file is used instead. | 21 | from the configuration file is used instead. |
22 | The flag --no-refresh indicates the local cache should not be refreshed | 22 | The flag --no-refresh indicates the local cache should not be refreshed |