Update usage.md

This commit is contained in:
Jimmy Hess 2020-08-26 13:52:57 -04:00 committed by GitHub
parent 9725b464bb
commit ec7d706167
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,14 +133,14 @@ all instances of the word "dogs."
You can filter your journal entries by tag. For example, You can filter your journal entries by tag. For example,
```sh ```sh
jrnl @pinkie @WorldDomination jrnl "@pinkie" "@WorldDomination"
``` ```
displays all entries in which either `@pinkie` or `@WorldDomination` displays all entries in which either `@pinkie` or `@WorldDomination`
occurred. Tag filters can be combined with other filters: occurred. Tag filters can be combined with other filters:
```sh ```sh
jrnl -n 5 @pinkie @WorldDomination -and jrnl -n 5 "@pinkie" "@WorldDomination" -and
``` ```
displays the last five entries containing _both_ `@pinkie` _and_ displays the last five entries containing _both_ `@pinkie` _and_