aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris Guyonvarch2025-05-02 11:22:40 +0200
committerJoris Guyonvarch2025-05-02 11:22:40 +0200
commit7e56ec0f49ff30c750f5c44b65fb13442352ca89 (patch)
tree81c2c03ba4bab9e22210d4fee426f1352a742acb /README.md
parent99f483927b1b8dd96be5846f338d37a37ab667ec (diff)
Replace --list-today by --date today
Allow also using: - --date yesterday - --date tomorrow - --date YYYY-MM-DD
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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