From: yuliyang Date: Tue, 3 Sep 2019 06:03:36 +0000 (+0800) Subject: rgw: add --object-version in radosgw-admin help info X-Git-Tag: v15.1.0~1703^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F30091%2Fhead;p=ceph.git rgw: add --object-version in radosgw-admin help info Signed-off-by: yuliyang --- diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index 23bb53d9a84c..27aa96fc0cfe 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -269,6 +269,7 @@ void usage() cout << " --bucket= Specify the bucket name. Also used by the quota command.\n"; cout << " --pool= Specify the pool name. Also used to scan for leaked rados objects.\n"; cout << " --object= object name\n"; + cout << " --object-version= object version\n"; cout << " --date= date in the format yyyy-mm-dd\n"; cout << " --start-date= start date in the format yyyy-mm-dd\n"; cout << " --end-date= end date in the format yyyy-mm-dd\n"; diff --git a/src/test/cli/radosgw-admin/help.t b/src/test/cli/radosgw-admin/help.t index e56d563a6f63..dc106792d6f4 100644 --- a/src/test/cli/radosgw-admin/help.t +++ b/src/test/cli/radosgw-admin/help.t @@ -184,6 +184,7 @@ --bucket= Specify the bucket name. Also used by the quota command. --pool= Specify the pool name. Also used to scan for leaked rados objects. --object= object name + --object-version= object version --date= date in the format yyyy-mm-dd --start-date= start date in the format yyyy-mm-dd --end-date= end date in the format yyyy-mm-dd