diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-14 13:17:39 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-14 13:17:39 +0100 |
| commit | 61218503e5e193b1048a180f9060ee4f05511af5 (patch) | |
| tree | d3bc6828d32fd36673b196a268ad3460febe8acb /src | |
| parent | 446982936be9adc2102c63187ba987403e05879d (diff) | |
| download | rabbitmq-server-git-61218503e5e193b1048a180f9060ee4f05511af5.tar.gz | |
add rabbitmq-plugin manpage
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_plugin.erl | 2 |
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). %%---------------------------------------------------------------------------- |
