mirror of
https://github.com/minio/docs.git
synced 2025-07-31 18:04:52 +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:
@ -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``
|
||||
|
||||
|
Reference in New Issue
Block a user