summaryrefslogtreecommitdiffstats
path: root/doc/fd.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fd.1')
-rw-r--r--doc/fd.112
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/fd.1 b/doc/fd.1
index 6616ee9..1f9b2fb 100644
--- a/doc/fd.1
+++ b/doc/fd.1
@@ -286,12 +286,16 @@ Files with modification times greater than the argument will be returned.
The argument can be provided as a duration (\fI10h, 1d, 35min\fR) or as a specific point
in time in either full RFC3339 format with time zone, or as a date or datetime in the
local time zone (\fIYYYY-MM-DD\fR or \fIYYYY-MM-DD HH:MM:SS\fR).
-.B --change-newer-than
-can be used as an alias.
+\fB\-\-change-newer-than\fR,
+.B --newer
+or
+.B --changed-after
+can be used as aliases.
Examples:
\-\-changed-within 2weeks
\-\-change-newer-than "2018-10-27 10:00:00"
+ \-\-newer 2018-10-27
.TP
.BI "\-\-changed-before " date|duration
Filter results based on the file modification time.
@@ -300,7 +304,9 @@ The argument can be provided as a duration (\fI10h, 1d, 35min\fR) or as a specif
in time in either full RFC3339 format with time zone, or as a date or datetime in the
local time zone (\fIYYYY-MM-DD\fR or \fIYYYY-MM-DD HH:MM:SS\fR).
.B --change-older-than
-can be used as an alias.
+or
+.B --older
+can be used as aliases.
Examples:
\-\-changed-before "2018-10-27 10:00:00"