1
0
mirror of https://github.com/minio/docs.git synced 2025-07-28 19:42:10 +03:00

Fixing The Command command with references to intended command

This commit is contained in:
Daryl White
2022-05-13 15:12:08 -05:00
parent 285e3231da
commit 4ceeaa191d
5 changed files with 5 additions and 5 deletions

View File

@ -154,7 +154,7 @@ The following table lists :mc-cmd:`mc` commands:
* - | :mc:`mc alias set`
| :mc:`mc alias remove`
| :mc:`mc alias list`
- The command command provides a convenient interface for
- The ``mc alias`` commands provide a convenient interface for
managing the list of S3-compatible hosts that :mc-cmd:`mc` can connect to
and run operations against.

View File

@ -45,7 +45,7 @@ display the contents of the specified file or object to ``STDOUT``.
.. tab-item:: SYNTAX
The command command has the following syntax:
The :mc:`mc cat` command has the following syntax:
.. code-block:: shell
:class: copyable

View File

@ -44,7 +44,7 @@ similar results to the ``cp`` commandline tool.
.. tab-item:: SYNTAX
The command command has the following syntax:
The :mc:`mc cp` command has the following syntax:
.. code-block:: shell
:class: copyable

View File

@ -39,7 +39,7 @@ objects.
.. tab-item:: SYNTAX
The command command has the following syntax:
The :mc:`mc diff` command has the following syntax:
.. code-block:: shell
:class: copyable

View File

@ -68,7 +68,7 @@ Parameters
mc tree myminio/mybucket
You can specify multiple targets to The command command. For
You can specify multiple targets to the :mc:`mc tree` command. For
example:
.. code-block:: shell