This commit is contained in:
Abraham Toriz 2021-07-03 16:48:51 -05:00
parent e5cf319271
commit b87a2e1e9e
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
1 changed files with 4 additions and 4 deletions

View File

@ -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]