1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

Change instances of --JSON flag to --json (#1149)

Continues the work of #1148 to change all other instances of `--JSON` to
`--json`.
This commit is contained in:
Daryl White
2024-03-06 08:59:17 -05:00
committed by GitHub
parent 53474232ee
commit 47c09b7d31
4 changed files with 9 additions and 9 deletions

View File

@ -6,7 +6,7 @@ This command supports any of the :ref:`global flags <minio-mc-global-options>`.
.. start-minio-mc-json-globals
.. mc-cmd:: --JSON
.. mc-cmd:: --json
:optional:
Enables `JSON lines <http://jsonlines.org/>`_ formatted output to the
@ -17,7 +17,7 @@ This command supports any of the :ref:`global flags <minio-mc-global-options>`.
.. code-block:: shell
:class: copyable
mc --JSON COMMAND
mc --json COMMAND
.. end-minio-mc-json-globals