From 4cf2fe2cd339ce6feb57c07a10991bd80302afd3 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 30 Sep 2019 09:26:27 -0400 Subject: [PATCH] Updated config (markdown) --- config.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.md b/config.md index 273a25a..28b2e43 100644 --- a/config.md +++ b/config.md @@ -46,7 +46,8 @@ notify --config=https://myserver/my/apprise/config \ # load all of your services but only trigger the specific ones you're # interested in notifying: notify --config=https://myserver/my/apprise/config \ - --config=/a/path/on/the/local/pc -b "notify everything" \ + --config=/a/path/on/the/local/pc \ + -b "notify urls tagged with my-admin-team only" \ --tag=my-admin-team ```