From ec7d706167628729556846909fb5754bd90f0e85 Mon Sep 17 00:00:00 2001 From: Jimmy Hess <64613290+jimmyhess@users.noreply.github.com> Date: Wed, 26 Aug 2020 13:52:57 -0400 Subject: [PATCH] Update usage.md --- docs/usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index b3b77656..5426c4c7 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -133,14 +133,14 @@ all instances of the word "dogs." You can filter your journal entries by tag. For example, ```sh -jrnl @pinkie @WorldDomination +jrnl "@pinkie" "@WorldDomination" ``` displays all entries in which either `@pinkie` or `@WorldDomination` occurred. Tag filters can be combined with other filters: ```sh -jrnl -n 5 @pinkie @WorldDomination -and +jrnl -n 5 "@pinkie" "@WorldDomination" -and ``` displays the last five entries containing _both_ `@pinkie` _and_