Skip to content

Commit

Permalink
Fixing some remaining riak-admin relics
Browse files Browse the repository at this point in the history
Fixing some remaining riak-admin relics that should be `riak admin`
  • Loading branch information
JMercerGit committed Mar 6, 2024
1 parent d360020 commit 7613888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/riak_kv_console.erl
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,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

0 comments on commit 7613888

Please sign in to comment.