Skip to content

Commit 5c927e0

Browse files
authored
docs: fixed the format for --older-than parameter in mc-rm (#1437)
The format for--older-than parameter in the docs was #d#hh#mm#ss which cannot be parsed when used, the correct format is #d#h#m#s
1 parent fa92793 commit 5c927e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/minio-mc/mc-rm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Parameters
192192
:optional:
193193

194194
Remove object(s) older than the specified time limit. Specify a
195-
string in ``#d#hh#mm#ss`` format. For example: ``--older-than 1d2hh3mm4ss``.
195+
string in ``#d#h#m#s`` format. For example: ``--older-than 1d2h3m4s``.
196196

197197
Defaults to ``0`` (all objects).
198198

0 commit comments

Comments
 (0)