From b87a2e1e9e0307ddcf6a26e862a68f2708fc6768 Mon Sep 17 00:00:00 2001 From: Abraham Toriz Date: Sat, 3 Jul 2021 16:48:51 -0500 Subject: [PATCH] readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8b00d89..4dac15d 100644 --- a/README.md +++ b/README.md @@ -59,20 +59,20 @@ the available options are Some shortcuts available are: -* today - Shortcut for display with start date as the current day +`today` - Shortcut for display with start date as the current day t today [--ids] [--format FMT] [SHEET | all] -* yesterday - Shortcut for display with start and end dates as the day before the current day +`yesterday` - Shortcut for display with start and end dates as the day before the current day t yesterday [--ids] [--format FMT] [SHEET | all] -* week - Entries of this week so far. The default start of the week is Monday +`week` - Entries of this week so far. The default start of the week is Monday (configurable). t week [--ids] [--end DATE] [--format FMT] [SHEET | all] -* month - Entries of this month of a specified one. +`month` - Entries of this month of a specified one. t month [--ids] [--start MONTH] [--format FMT] [SHEET | all]