From f33b3859272f3e7979a7fbff9e988ba1030b5f5e Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Tue, 1 Oct 2019 17:44:52 -0400 Subject: [PATCH] Updated config (markdown) --- config.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.md b/config.md index 7e0057f..5fb1ba3 100644 --- a/config.md +++ b/config.md @@ -164,10 +164,10 @@ Tagging (with the **--tag=** (or **-g**) allows you to only notify entries from ```bash # assuming you got your configuration in place; tagging works like so: -notify -b "has TagA" --tag=TagA -notify -b "has TagA OR TagB" --tag=TagA --tag=TagB +apprise -b "has TagA" --tag=TagA +apprise -b "has TagA OR TagB" --tag=TagA --tag=TagB # For each item you group with the same --tag value is AND'ed -notify -b "has TagA AND TagB" --tag="TagA, TagB" -notify -b "has (TagA AND TagB) OR TagC" --tag="TagA, TagB" --tag=TagC +apprise -b "has TagA AND TagB" --tag="TagA, TagB" +apprise -b "has (TagA AND TagB) OR TagC" --tag="TagA, TagB" --tag=TagC ``` \ No newline at end of file