Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing some remaining riak-admin relics #2

Merged
merged 1 commit into from
Mar 6, 2024
Merged
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 @@ -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
Loading