diff --git a/source/administration/object-management/object-versioning.rst b/source/administration/object-management/object-versioning.rst index 8dc2ff03..c64c996c 100644 --- a/source/administration/object-management/object-versioning.rst +++ b/source/administration/object-management/object-versioning.rst @@ -330,7 +330,7 @@ You can exclude up to 10 prefixes for each bucket. To add or remove prefixes, repeat the :mc:`mc version enable` command with an updated list. The new list of prefixes replaces the previous one. -To view the currently excluded prefixes, use :mc:`mc version info` with the ``--JSON`` option: +To view the currently excluded prefixes, use :mc:`mc version info` with the ``--json`` option: .. code-block:: shell :class: copyable diff --git a/source/includes/common-minio-mc.rst b/source/includes/common-minio-mc.rst index 42e44714..f10cccb8 100644 --- a/source/includes/common-minio-mc.rst +++ b/source/includes/common-minio-mc.rst @@ -6,7 +6,7 @@ This command supports any of the :ref:`global flags `. .. start-minio-mc-json-globals -.. mc-cmd:: --JSON +.. mc-cmd:: --json :optional: Enables `JSON lines `_ formatted output to the @@ -17,7 +17,7 @@ This command supports any of the :ref:`global flags `. .. code-block:: shell :class: copyable - mc --JSON COMMAND + mc --json COMMAND .. end-minio-mc-json-globals diff --git a/source/reference/minio-mc-admin/mc-admin-user-info.rst b/source/reference/minio-mc-admin/mc-admin-user-info.rst index a2fd70e3..260ae382 100644 --- a/source/reference/minio-mc-admin/mc-admin-user-info.rst +++ b/source/reference/minio-mc-admin/mc-admin-user-info.rst @@ -72,7 +72,7 @@ Global Flags .. versionchanged:: RELEASE.2023-05-26T23-31-54Z - ``mc admin user info --JSON`` output includes policies inherited from a user's group memberships in ``memberOf``. + ``mc admin user info --json`` output includes policies inherited from a user's group memberships in ``memberOf``. Examples -------- @@ -114,12 +114,12 @@ For a :ref:`third-party ` identity service s View Policies from Group Membership ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Use :mc-cmd:`mc admin user info` with :std:option:`--JSON ` to view the policies inherited from a user's :ref:`group memberships `: +Use :mc-cmd:`mc admin user info` with :std:option:`--json ` to view the policies inherited from a user's :ref:`group memberships `: .. code-block:: shell :class: copyable - mc admin user info ALIAS USERNAME --JSON + mc admin user info ALIAS USERNAME --json - Replace :mc-cmd:`ALIAS ` with the :mc-cmd:`alias ` of the MinIO deployment. diff --git a/source/reference/minio-mc/mc-ilm-rule-ls.rst b/source/reference/minio-mc/mc-ilm-rule-ls.rst index d8636f16..bd408b74 100644 --- a/source/reference/minio-mc/mc-ilm-rule-ls.rst +++ b/source/reference/minio-mc/mc-ilm-rule-ls.rst @@ -19,7 +19,7 @@ .. versionchanged:: RELEASE.2023-05-26T23-31-54Z - ``mc ilm rule ls --JSON`` output includes the policy modification time in ``updateAt``. + ``mc ilm rule ls --json`` output includes the policy modification time in ``updateAt``. Syntax ------ @@ -148,12 +148,12 @@ Use :mc:`mc ilm rule ls` to list a bucket's lifecycle management rules: Show Policy Modification Time ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Use :mc:`mc ilm rule ls` with :std:option:`--JSON ` to show the time the policy for a bucket was last updated. +Use :mc:`mc ilm rule ls` with :std:option:`--json ` to show the time the policy for a bucket was last updated. .. code-block:: shell :class: copyable - mc ilm rule ls ALIAS/PATH --JSON + mc ilm rule ls ALIAS/PATH --json - Replace :mc-cmd:`ALIAS ` with the :mc:`alias ` of the S3-compatible host.