From 0b84f0353aed7f4e42b62af3385e0586f2e8f958 Mon Sep 17 00:00:00 2001 From: Ross Gardiner Date: Fri, 24 Mar 2023 15:36:27 +0100 Subject: [PATCH] Correct enable/disable options in `mc replicate update` (#773) --- source/reference/minio-mc/mc-replicate-update.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/reference/minio-mc/mc-replicate-update.rst b/source/reference/minio-mc/mc-replicate-update.rst index 906f5f69..4cd38a04 100644 --- a/source/reference/minio-mc/mc-replicate-update.rst +++ b/source/reference/minio-mc/mc-replicate-update.rst @@ -342,7 +342,7 @@ Use :mc:`mc replicate update` with the :mc-cmd:`~mc replicate update --state` fl mc replicate update ALIAS/PATH \ --id ID \ - --state "disabled"|"enabled" + --state "disable"|"enable" - Replace :mc-cmd:`ALIAS ` with the :mc:`alias ` of the MinIO deployment. @@ -351,7 +351,7 @@ Use :mc:`mc replicate update` with the :mc-cmd:`~mc replicate update --state` fl - Replace :mc-cmd:`ID ` with the unique identifier for the rule to modify. Use :mc:`mc replicate ls` to retrieve the list of replication rules on the bucket and their corresponding identifiers. -- Specify either ``"disabled"`` or ``"enabled"`` to the :mc-cmd:`~mc replicate update --state` flag to disable or enable the replication rule. +- Specify either ``"disable"`` or ``"enable"`` to the :mc-cmd:`~mc replicate update --state` flag to disable or enable the replication rule. .. note::