From a0ee0856db8f3abd4b65776c490b4ff0e213ef7f Mon Sep 17 00:00:00 2001 From: Thayne McCombs Date: Sun, 5 May 2024 00:09:52 -0600 Subject: [PATCH] Add @timestamp to --help --- src/cli.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cli.rs b/src/cli.rs index 30f02f426..d35d2fb88 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -398,7 +398,7 @@ pub struct Opts { /// Filter results based on the file modification time. Files with modification times /// greater than the argument are returned. The argument can be provided - /// as a specific point in time (YYYY-MM-DD HH:MM:SS) or as a duration (10h, 1d, 35min). + /// as a specific point in time (YYYY-MM-DD HH:MM:SS or @timestamp) or as a duration (10h, 1d, 35min). /// If the time is not specified, it defaults to 00:00:00. /// '--change-newer-than', '--newer', or '--changed-after' can be used as aliases. /// @@ -420,7 +420,7 @@ pub struct Opts { /// Filter results based on the file modification time. Files with modification times /// less than the argument are returned. The argument can be provided - /// as a specific point in time (YYYY-MM-DD HH:MM:SS) or as a duration (10h, 1d, 35min). + /// as a specific point in time (YYYY-MM-DD HH:MM:SS or @timestamp) or as a duration (10h, 1d, 35min). /// '--change-older-than' or '--older' can be used as aliases. /// /// Examples: