From: yuliyang Date: Wed, 31 Oct 2018 06:50:13 +0000 (+0800) Subject: rgw: add --op-mask in radosgw-admin help info X-Git-Tag: v14.1.0~1030^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ec5489b591533099df07186903f7d7cfaee4fc14;p=ceph.git rgw: add --op-mask in radosgw-admin help info Signed-off-by: yuliyang --- diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index 047a506248ce..d2b77700806e 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -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= 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"; diff --git a/src/test/cli/radosgw-admin/help.t b/src/test/cli/radosgw-admin/help.t index 0a4b3460dce9..21c904a0c991 100644 --- a/src/test/cli/radosgw-admin/help.t +++ b/src/test/cli/radosgw-admin/help.t @@ -169,6 +169,7 @@ --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= 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