From 8b24974faf07df61c7af52797db572fa748fbc68 Mon Sep 17 00:00:00 2001 From: Daryl White <53910321+djwfyi@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:09:12 -0400 Subject: [PATCH] Fix remove references (#1195) @allanrogerr Noticed that our `mc cp` page had references to removing objects, almost certainly due to a copy/paste error. This fixes those references. --- source/reference/minio-mc/mc-cp.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/reference/minio-mc/mc-cp.rst b/source/reference/minio-mc/mc-cp.rst index a3f286a2..482b4770 100644 --- a/source/reference/minio-mc/mc-cp.rst +++ b/source/reference/minio-mc/mc-cp.rst @@ -201,7 +201,7 @@ Parameters .. mc-cmd:: --newer-than :optional: - Remove object(s) newer than the specified number of days. + Copy object(s) newer than the specified number of days. Specify a string in ``#d#hh#mm#ss`` format. For example: ``--older-than 1d2hh3mm4ss`` @@ -210,7 +210,7 @@ Parameters .. mc-cmd:: --older-than :optional: - Remove object(s) older than the specified time limit. + Copy object(s) older than the specified time limit. Specify a string in ``#d#hh#mm#ss`` format. For example: ``--older-than 1d2hh3mm4ss``