From 9725b464bb28313b9a831f2424482a40851cb91a Mon Sep 17 00:00:00 2001 From: Jimmy Hess <64613290+jimmyhess@users.noreply.github.com> Date: Mon, 24 Aug 2020 11:51:18 -0400 Subject: [PATCH] Update usage.md Move the `-and` option after two or more tags instead of in-between. Using this option in-between tags does not work if the jrnl file name is not `default`. --- docs/usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index d56c9418..b3b77656 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -140,7 +140,7 @@ displays all entries in which either `@pinkie` or `@WorldDomination` occurred. Tag filters can be combined with other filters: ```sh -jrnl -n 5 @pinkie -and @WorldDomination +jrnl -n 5 @pinkie @WorldDomination -and ``` displays the last five entries containing _both_ `@pinkie` _and_ @@ -169,7 +169,7 @@ editor configured in your configuration file. You can also edit only the entries that match specific search criteria. For example, ```sh -jrnl -until 1950 @texas -and @history --edit +jrnl -until 1950 @texas @history -and --edit ``` opens your external editor displaying all entries tagged with `@texas` and