From 7e56ec0f49ff30c750f5c44b65fb13442352ca89 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Fri, 2 May 2025 11:22:40 +0200 Subject: Replace --list-today by --date today Allow also using: - --date yesterday - --date tomorrow - --date YYYY-MM-DD --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 43eccf4..8f54d46 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,10 @@ Run tests with: cargo test ``` -Get today’s events with: +Show options: ```bash -cargo run -- --list-today +cargo run -- --help ``` # TODO -- cgit v1.2.3