Skip to content

Commit

Permalink
Fix mismatching command examples (#1385)
Browse files Browse the repository at this point in the history
Fix mismatching command examples
  • Loading branch information
allanrogerr authored Dec 13, 2024
1 parent 5006f1f commit 282f902
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/reference/minio-mc/mc-event-list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The alias :mc:`mc event list` has equivalent functionality to :mc:`mc event ls`.

.. code-block:: shell
mc [GLOBALFLAGS] event remove [FLAGS] ALIAS ARN
mc [GLOBALFLAGS] event ls [FLAGS] ALIAS ARN
Parameters
~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion source/reference/minio-mc/mc-event-remove.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Parameters

.. code-block:: shell
mc event add play/mybucket
mc event rm play/mybucket
.. mc-cmd:: ARN
:required:
Expand Down

0 comments on commit 282f902

Please sign in to comment.