]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix long description error for rgw_period_root_pool 23814/head
authoryuliyang <yuliyang@cmss.chinamobile.com>
Thu, 30 Aug 2018 00:04:06 +0000 (08:04 +0800)
committeryuliyang <yuliyang@cmss.chinamobile.com>
Thu, 30 Aug 2018 00:04:06 +0000 (08:04 +0800)
Signed-off-by: yuliyang <yuliyang@cmss.chinamobile.com>
src/common/options.cc

index 233255d48f916a50d3e27079d376af5da8bf2e23..b83918dae5c918c23f9f66742f1fddce3d1b120e 100644 (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"}),