]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: add --object-version in radosgw-admin help info 30091/head
authoryuliyang <yuliyang@cmss.chinamobile.com>
Tue, 3 Sep 2019 06:03:36 +0000 (14:03 +0800)
committeryuliyang <yuliyang@cmss.chinamobile.com>
Tue, 3 Sep 2019 06:03:36 +0000 (14:03 +0800)
Signed-off-by: yuliyang <yuliyang@cmss.chinamobile.com>
src/rgw/rgw_admin.cc
src/test/cli/radosgw-admin/help.t

index 23bb53d9a84caac37be74a0f872bd4be47ef1c01..27aa96fc0cfe1bf90a6dc86db7384b110813987d 100644 (file)
@@ -269,6 +269,7 @@ void usage()
   cout << "   --bucket=<bucket>         Specify the bucket name. Also used by the quota command.\n";
   cout << "   --pool=<pool>             Specify the pool name. Also used to scan for leaked rados objects.\n";
   cout << "   --object=<object>         object name\n";
+  cout << "   --object-version=<version>         object version\n";
   cout << "   --date=<date>             date in the format yyyy-mm-dd\n";
   cout << "   --start-date=<date>       start date in the format yyyy-mm-dd\n";
   cout << "   --end-date=<date>         end date in the format yyyy-mm-dd\n";
index e56d563a6f63e460c4ca8f4e4797a221caa3c4e0..dc106792d6f4c3465e22a2efa7468a6147daaa93 100644 (file)
      --bucket=<bucket>         Specify the bucket name. Also used by the quota command.
      --pool=<pool>             Specify the pool name. Also used to scan for leaked rados objects.
      --object=<object>         object name
+     --object-version=<version>         object version
      --date=<date>             date in the format yyyy-mm-dd
      --start-date=<date>       start date in the format yyyy-mm-dd
      --end-date=<date>         end date in the format yyyy-mm-dd