aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2013-09-20 22:46:52 -0300
committerHisham Muhammad <hisham@gobolinux.org>2013-09-20 22:46:52 -0300
commit031e8aa76ce596784d9dc55a5d390bf0e79de1d3 (patch)
tree4a0d87117535df710eac8aedaf3557944ef590d1
parentff226c67e35c9b451abb38382774fccf947727f8 (diff)
downloadluarocks-031e8aa76ce596784d9dc55a5d390bf0e79de1d3.tar.gz
luarocks-031e8aa76ce596784d9dc55a5d390bf0e79de1d3.tar.bz2
luarocks-031e8aa76ce596784d9dc55a5d390bf0e79de1d3.zip
Fix help of remove
-rw-r--r--src/luarocks/admin_remove.lua4
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")
13local cache = require("luarocks.cache") 13local cache = require("luarocks.cache")
14 14
15help_summary = "Remove a rock or rockspec from a rocks server." 15help_summary = "Remove a rock or rockspec from a rocks server."
16help_arguments = "[--from=<server>] [--no-refresh] {<rockspec>|<rock>...}" 16help_arguments = "[--server=<server>] [--no-refresh] {<rockspec>|<rock>...}"
17help = [[ 17help = [[
18Arguments are local files, which may be rockspecs or rocks. 18Arguments are local files, which may be rockspecs or rocks.
19The flag --from indicates which server to use. 19The flag --server indicates which server to use.
20If not given, the default server set in the upload_server variable 20If not given, the default server set in the upload_server variable
21from the configuration file is used instead. 21from the configuration file is used instead.
22The flag --no-refresh indicates the local cache should not be refreshed 22The flag --no-refresh indicates the local cache should not be refreshed