]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: add --op-mask in radosgw-admin help info 24848/head
authoryuliyang <yuliyang@cmss.chinamobile.com>
Wed, 31 Oct 2018 06:50:13 +0000 (14:50 +0800)
committeryuliyang <yuliyang@cmss.chinamobile.com>
Wed, 31 Oct 2018 09:19:21 +0000 (17:19 +0800)
Signed-off-by: yuliyang <yuliyang@cmss.chinamobile.com>
src/rgw/rgw_admin.cc
src/test/cli/radosgw-admin/help.t

index 047a506248ce25b82c34d7bd42ba16e6f46ca021..d2b77700806ea683ee4a3a449fdacfac8aa23628 100644 (file)
@@ -240,6 +240,7 @@ void usage()
   cout << "   --max-buckets             max number of buckets for a user\n";
   cout << "   --admin                   set the admin flag on the user\n";
   cout << "   --system                  set the system flag on the user\n";
+  cout << "   --op-mask                 set the op mask on the user\n";
   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";
index 0a4b3460dce989961fe2339a48d668e200403295..21c904a0c991c02c4e60b5c759c4b7c46ff36587 100644 (file)
      --max-buckets             max number of buckets for a user
      --admin                   set the admin flag on the user
      --system                  set the system flag on the user
+     --op-mask                 set the op mask on the user
      --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