From 77b1ef75b1731916a955856f793f012256d3e329 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Fri, 18 Oct 2019 11:32:22 -0400 Subject: [PATCH] Updated CLI_Usage (markdown) --- CLI_Usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLI_Usage.md b/CLI_Usage.md index 04e3a16..c37d2b3 100644 --- a/CLI_Usage.md +++ b/CLI_Usage.md @@ -159,7 +159,7 @@ apprise --title="Meeting this Friday" \ If you use the **--dry-run** (**-d**) switch, then some rules don't apply. For one, the **--body** (**-b**) is not even a required option. The above could have been re-written like so: ```bash # Test which services would have been notified if the tags team and email -# were activated: +# were activated (without actually notifying them): apprise --tag=team,email --dry-run ```