diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2013-09-20 22:46:52 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2013-09-20 22:46:52 -0300 |
commit | 031e8aa76ce596784d9dc55a5d390bf0e79de1d3 (patch) | |
tree | 4a0d87117535df710eac8aedaf3557944ef590d1 | |
parent | ff226c67e35c9b451abb38382774fccf947727f8 (diff) | |
download | luarocks-031e8aa76ce596784d9dc55a5d390bf0e79de1d3.tar.gz luarocks-031e8aa76ce596784d9dc55a5d390bf0e79de1d3.tar.bz2 luarocks-031e8aa76ce596784d9dc55a5d390bf0e79de1d3.zip |
Fix help of remove
-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 |