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