From 031e8aa76ce596784d9dc55a5d390bf0e79de1d3 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 20 Sep 2013 22:46:52 -0300 Subject: Fix help of remove --- src/luarocks/admin_remove.lua | 4 ++-- 1 file 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") local cache = require("luarocks.cache") help_summary = "Remove a rock or rockspec from a rocks server." -help_arguments = "[--from=] [--no-refresh] {|...}" +help_arguments = "[--server=] [--no-refresh] {|...}" help = [[ Arguments are local files, which may be rockspecs or rocks. -The flag --from indicates which server to use. +The flag --server indicates which server to use. If not given, the default server set in the upload_server variable from the configuration file is used instead. The flag --no-refresh indicates the local cache should not be refreshed -- cgit v1.2.3-55-g6feb