1
0
mirror of https://github.com/minio/docs.git synced 2025-08-06 14:42:56 +03:00

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.
This commit is contained in:
Daryl White
2024-04-24 15:09:12 -04:00
committed by GitHub
parent 85ef20c21a
commit 8b24974faf

View File

@@ -201,7 +201,7 @@ Parameters
.. mc-cmd:: --newer-than .. mc-cmd:: --newer-than
:optional: :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. Specify a string in ``#d#hh#mm#ss`` format.
For example: ``--older-than 1d2hh3mm4ss`` For example: ``--older-than 1d2hh3mm4ss``
@@ -210,7 +210,7 @@ Parameters
.. mc-cmd:: --older-than .. mc-cmd:: --older-than
:optional: :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. Specify a string in ``#d#hh#mm#ss`` format.
For example: ``--older-than 1d2hh3mm4ss`` For example: ``--older-than 1d2hh3mm4ss``