From 016f12a080f38d0131316e66ec5c9bc6473f57a3 Mon Sep 17 00:00:00 2001 From: jfaldanam Date: Wed, 27 Apr 2022 12:00:35 +0000 Subject: [PATCH] Fix several typos --- source/reference/minio-mc/mc-mirror.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/reference/minio-mc/mc-mirror.rst b/source/reference/minio-mc/mc-mirror.rst index 4b36c4c8..25e711a5 100644 --- a/source/reference/minio-mc/mc-mirror.rst +++ b/source/reference/minio-mc/mc-mirror.rst @@ -157,7 +157,7 @@ Parameters Mirror object(s) newer than the specified number of days. Specify a string in ``#d#hh#mm#ss`` format. - For example: ``--older-than 1d2hh3mm4ss``. + For example: ``--newer-than 1d2hh3mm4ss``. .. mc-cmd:: --older-than @@ -175,7 +175,7 @@ Parameters For example, consider an active ``mc mirror --overwrite`` synchronizing content from Source to Destination. - If an object on Source changes, ``my mirror --overwrite`` synchronizes and overwrites any matching file on Destination. + If an object on Source changes, ``mc mirror --overwrite`` synchronizes and overwrites any matching file on Destination. Without ``--overwrite``, if an object already exists on the Destination, the mirror process fails to synchronize that object. ``mc mirror`` logs an error and continues to synchronize other objects. @@ -271,7 +271,7 @@ Use :mc:`mc mirror` with :mc-cmd:`~mc mirror --watch` to continuously mirror fil .. code-block:: :class: copyable - mc mirror FILEPATH ALIAS/PATH + mc mirror --watch FILEPATH ALIAS/PATH - Replace :mc-cmd:`FILEPATH ` with the full file path to the directory to mirror.