From 3a4f1ceda523c70fa65482366b06e743df7a50a5 Mon Sep 17 00:00:00 2001 From: Christophe Courtaut Date: Thu, 22 Aug 2013 17:54:08 +0200 Subject: [PATCH] rgw: Adds --system option help to radosgw-admin Signed-off-by: Christophe Courtaut --- 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 2b8a716115b2e..ea1908219c5c1 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -114,6 +114,7 @@ void _usage() cerr << " --access= Set access permissions for sub-user, should be one\n"; cerr << " of read, write, readwrite, full\n"; cerr << " --display-name=\n"; + cerr << " --system set the system flag on the user\n"; cerr << " --bucket=\n"; cerr << " --pool=\n"; cerr << " --object=\n"; diff --git a/src/test/cli/radosgw-admin/help.t b/src/test/cli/radosgw-admin/help.t index 21f51e68c358e..90f6beca1339a 100644 --- a/src/test/cli/radosgw-admin/help.t +++ b/src/test/cli/radosgw-admin/help.t @@ -75,6 +75,7 @@ --access= Set access permissions for sub-user, should be one of read, write, readwrite, full --display-name= + --system set the system flag on the user --bucket= --pool= --object= -- 2.39.5