From ec5489b591533099df07186903f7d7cfaee4fc14 Mon Sep 17 00:00:00 2001 From: yuliyang Date: Wed, 31 Oct 2018 14:50:13 +0800 Subject: [PATCH] rgw: add --op-mask in radosgw-admin help info Signed-off-by: yuliyang --- src/rgw/rgw_admin.cc | 1 + src/test/cli/radosgw-admin/help.t | 1 + 2 files changed, 2 insertions(+) diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index 047a506248ce2..d2b77700806ea 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 0a4b3460dce98..21c904a0c991c 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 -- 2.39.5