summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Courtaut <christophe.courtaut@gmail.com>2013-08-22 17:54:08 +0200
committerChristophe Courtaut <christophe.courtaut@gmail.com>2013-08-23 10:22:14 +0200
commit3a4f1ceda523c70fa65482366b06e743df7a50a5 (patch)
tree05a71cdd497dd7a931d9ce036f4b8d913c43cc3c
parent5a5a576e866c0c73ec25f83fb2734b021d4b832b (diff)
downloadceph-3a4f1ceda523c70fa65482366b06e743df7a50a5.tar.gz
rgw: Adds --system option help to radosgw-admin
Signed-off-by: Christophe Courtaut <christophe.courtaut@gmail.com>
-rw-r--r--src/rgw/rgw_admin.cc1
-rw-r--r--src/test/cli/radosgw-admin/help.t1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc
index 2b8a716115b..ea1908219c5 100644
--- a/src/rgw/rgw_admin.cc
+++ b/src/rgw/rgw_admin.cc
@@ -114,6 +114,7 @@ void _usage()
cerr << " --access=<access> Set access permissions for sub-user, should be one\n";
cerr << " of read, write, readwrite, full\n";
cerr << " --display-name=<name>\n";
+ cerr << " --system set the system flag on the user\n";
cerr << " --bucket=<bucket>\n";
cerr << " --pool=<pool>\n";
cerr << " --object=<object>\n";
diff --git a/src/test/cli/radosgw-admin/help.t b/src/test/cli/radosgw-admin/help.t
index 21f51e68c35..90f6beca133 100644
--- a/src/test/cli/radosgw-admin/help.t
+++ b/src/test/cli/radosgw-admin/help.t
@@ -75,6 +75,7 @@
--access=<access> Set access permissions for sub-user, should be one
of read, write, readwrite, full
--display-name=<name>
+ --system set the system flag on the user
--bucket=<bucket>
--pool=<pool>
--object=<object>