Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/riak_kv_console.erl
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ repair_2i(Args) ->
error;
{error, Reason} ->
io:format("Error: ~p\n", [Reason]),
io:format("Usage: riak-admin repair-2i [--speed [1-100]] <Idx> ...\n", []),
io:format("Usage: riak admin repair-2i [--speed [1-100]] <Idx> ...\n", []),
io:format("Speed defaults to 100 (full speed)\n", []),
io:format("If no partitions are given, all partitions in the\n"
"node are repaired\n", []),
Expand Down
2 changes: 1 addition & 1 deletion src/riak_kv_stat_bc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

%% @doc riak_kv_stat_bc is a module that maps the new riak_kv_stats metrics
%% to the old set of stats. It exists to maintain backwards compatibility for
%% those using the `/stats' endpoint and `riak-admin status'. This module
%% those using the `/stats' endpoint and `riak admin status'. This module
%% should be considered soon to be deprecated and temporary.
%%
%% Legacy stats:
Expand Down