diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index 810b18c6984..1cb783ce3cf 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -121,6 +121,11 @@ void _usage() cerr << " --start-date=\n"; cerr << " --end-date=\n"; cerr << " --bucket-id=\n"; + cerr << " --shard-id= optional for mdlog list\n"; + cerr << " required for: \n"; + cerr << " mdlog trim\n"; + cerr << " replica mdlog get/delete\n"; + cerr << " replica datalog get/delete\n"; cerr << " --fix besides checking bucket index, will also fix it\n"; cerr << " --check-objects bucket check: rebuilds bucket index according to\n"; cerr << " actual objects state\n";