aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2016-04-15 15:35:57 +0200
committerBadlop <badlop@process-one.net>2016-04-15 15:35:57 +0200
commite5e4f39c016b86a9dc3936218e44c221430e786c (patch)
treeeb43f6a51145c9bf8a52b35a589e6bb50df312b2 /src
parentClean mod_carboncopy.erl from DB specific code (diff)
Remove --auth in ejabberd_ctl.erl as it's useless, still useful for mod_rest
Diffstat (limited to 'src')
-rw-r--r--src/ejabberd_ctl.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ejabberd_ctl.erl b/src/ejabberd_ctl.erl
index 7cacc3bbb..bb16e91e8 100644
--- a/src/ejabberd_ctl.erl
+++ b/src/ejabberd_ctl.erl
@@ -504,8 +504,7 @@ print_usage(HelpMode, MaxC, ShCode, Version) ->
get_list_ctls(),
print(
- ["Usage: ", ?B("ejabberdctl"), " [--no-timeout] [--node ", ?U("nodename"), "] [--version ", ?U("api_version"), "] [--auth ",
- ?U("user"), " ", ?U("host"), " ", ?U("password"), "] ",
+ ["Usage: ", ?B("ejabberdctl"), " [--no-timeout] [--node ", ?U("nodename"), "] [--version ", ?U("api_version"), "] ",
?U("command"), " [", ?U("options"), "]\n"
"\n"
"Available commands in this ejabberd node:\n"], []),