doc: fix long description error for rgw_period_root_pool

Signed-off-by: yuliyang <yuliyang@cmss.chinamobile.com>
This commit is contained in:
yuliyang 2018-08-30 08:04:06 +08:00
parent 9f9b525a03
commit 1c65a52bfb

View File

@ -5598,7 +5598,7 @@ std::vector<Option> get_rgw_options() {
.set_default(".rgw.root")
.set_description("Period root pool")
.set_long_description(
"The realm root pool, is the pool where the RGW realm configuration located."
"The period root pool, is the pool where the RGW period configuration located."
)
.add_see_also({"rgw_zonegroup_root_pool", "rgw_zone_root_pool", "rgw_realm_root_pool"}),