Skip to content

Commit

Permalink
rgw: correct help message of 'reshard stale-instances delete'
Browse files Browse the repository at this point in the history
Signed-off-by: Huber-ming <[email protected]>
  • Loading branch information
Huber-ming committed Aug 5, 2022
1 parent 4eb0f0f commit 9847f52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/rgw/rgw_admin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ void usage()
cout << " reshard process process of scheduled reshard jobs\n";
cout << " reshard cancel cancel resharding a bucket\n";
cout << " reshard stale-instances list list stale-instances from bucket resharding\n";
cout << " reshard stale-instances rm cleanup stale-instances from bucket resharding\n";
cout << " reshard stale-instances delete cleanup stale-instances from bucket resharding\n";
cout << " sync error list list sync error\n";
cout << " sync error trim trim sync error\n";
cout << " mfa create create a new MFA TOTP token\n";
Expand Down
2 changes: 1 addition & 1 deletion src/test/cli/radosgw-admin/help.t
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
reshard process process of scheduled reshard jobs
reshard cancel cancel resharding a bucket
reshard stale-instances list list stale-instances from bucket resharding
reshard stale-instances rm cleanup stale-instances from bucket resharding
reshard stale-instances delete cleanup stale-instances from bucket resharding
sync error list list sync error
sync error trim trim sync error
mfa create create a new MFA TOTP token
Expand Down

0 comments on commit 9847f52

Please sign in to comment.