diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-10-29 14:38:58 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-10-29 14:38:58 +0000 |
| commit | b44e758c2a64ff7ad3f82488071298b74b390f8f (patch) | |
| tree | 25d773d8866cd695e1919b49f26ebd12acfd1d39 | |
| parent | c2849df9341c9f78e7c8fa2f3b628a24b0cdb8af (diff) | |
| parent | fb48a3ea69980e742d6845f6aab9b2d6fa485e2f (diff) | |
| download | rabbitmq-server-git-b44e758c2a64ff7ad3f82488071298b74b390f8f.tar.gz | |
Merge to default again
| -rw-r--r-- | src/rabbit_plugins_main.erl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rabbit_plugins_main.erl b/src/rabbit_plugins_main.erl index 33da182178..2158d1da15 100644 --- a/src/rabbit_plugins_main.erl +++ b/src/rabbit_plugins_main.erl @@ -223,14 +223,14 @@ format_plugin(#plugin{name = Name, version = Version, end, case Format of minimal -> io:format("~s~n", [Name]); - normal -> io:format("~s ~-" ++ integer_to_list(MaxWidth) ++ "w", + normal -> io:format("~s ~-" ++ integer_to_list(MaxWidth) ++ "w ", [Glyph, Name]), Opt("~s", Version, undefined), io:format("~n"); verbose -> io:format("~s ~w~n", [Glyph, Name]), - Opt(" Version: \t~s~n", Version, undefined), + Opt(" Version: \t~s~n", Version, undefined), Opt(" Dependencies:\t~p~n", Deps, []), - Opt(" Description:\t~s~n", Description, undefined), + Opt(" Description: \t~s~n", Description, undefined), io:format("~n") end. |
