summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_plugin.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_plugin.erl b/src/rabbit_plugin.erl
index 1088cee684..4cf2a35ea3 100644
--- a/src/rabbit_plugin.erl
+++ b/src/rabbit_plugin.erl
@@ -71,7 +71,7 @@ print_error(Format, Args) ->
rabbit_misc:format_stderr("Error: " ++ Format ++ "~n", Args).
usage() ->
- io:format("Insert USAGE here.~n"),
+ io:format("~s", [rabbit_plugin_usage:usage()]),
rabbit_misc:quit(1).
%%----------------------------------------------------------------------------