Skip to content

Commit edafedb

Browse files
authored
Merge pull request #1704 from vp-elitnet/changed_opt_doc_fix
doc: Disambiguate modification time vs timestamp
2 parents 5f606ad + 5b29a4c commit edafedb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/fd.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ tebibytes
336336
.TP
337337
.BI "\-\-changed-within " date|duration
338338
Filter results based on the file modification time.
339-
Files with modification times greater than the argument will be returned.
339+
Files with modification timestamps greater than the argument will be returned.
340340
The argument can be provided as a duration (\fI10h, 1d, 35min\fR) or as a specific point
341341
in time as full RFC3339 format with time zone, as a date or datetime in the
342342
local time zone (\fIYYYY-MM-DD\fR or \fIYYYY-MM-DD HH:MM:SS\fR), or as the prefix '@'
@@ -355,7 +355,7 @@ Examples:
355355
.TP
356356
.BI "\-\-changed-before " date|duration
357357
Filter results based on the file modification time.
358-
Files with modification times less than the argument will be returned.
358+
Files with modification timestamps less than the argument will be returned.
359359
The argument can be provided as a duration (\fI10h, 1d, 35min\fR) or as a specific point
360360
in time as full RFC3339 format with time zone, as a date or datetime in the
361361
local time zone (\fIYYYY-MM-DD\fR or \fIYYYY-MM-DD HH:MM:SS\fR), or as the prefix '@'

0 commit comments

Comments
 (0)