From c65832c1ff03e802f98cb7f4bda620e1e515264f Mon Sep 17 00:00:00 2001 From: Chenjiong Deng Date: Wed, 19 Jun 2019 18:17:43 +0800 Subject: [PATCH] doc: fixed --read-only argument value in multisite doc Fixes: https://tracker.ceph.com/issues/40458 Signed-off-by: Chenjiong Deng --- doc/radosgw/multisite.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/radosgw/multisite.rst b/doc/radosgw/multisite.rst index e205b4954c43a..600134da7d860 100644 --- a/doc/radosgw/multisite.rst +++ b/doc/radosgw/multisite.rst @@ -590,7 +590,7 @@ disaster recovery. :: # radosgw-admin zone modify --rgw-zone={zone-name} --master --default \ - --read-only=False + --read-only=false 2. Update the period to make the changes take effect. -- 2.39.5