summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_control_main.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_control_main.erl b/src/rabbit_control_main.erl
index ec30d912c8..fe0563bbc7 100644
--- a/src/rabbit_control_main.erl
+++ b/src/rabbit_control_main.erl
@@ -488,7 +488,7 @@ action(Command, Node, Args, Opts, Inform) ->
%% the default timeout.
action(Command, Node, Args, Opts, Inform, ?RPC_TIMEOUT).
-action(purge_queue, Node, [], Opts, Inform, Timeout) ->
+action(purge_queue, _Node, [], _Opts, _Inform, _Timeout) ->
{error, "purge_queue takes queue name as an argument"};
action(purge_queue, Node, [Q], Opts, Inform, Timeout) ->