Skip to content

Commit

Permalink
Merge branch 'main' of github.com:sumanchapai/ere
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanchapai committed Mar 27, 2024
2 parents ba3eb31 + b1a771b commit a625b03
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ To delete an event by given id, run\
To view today's events, run\
`ere check`

To view yesterday's events, run\
`ere check -1`
To view yesterday's events, (note the extra -- because a - alone means flag is
specified) run\
`ere check -- -1`

To view day after tomorrow's events, run\
`ere check 2`
Expand Down

0 comments on commit a625b03

Please sign in to comment.