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 ```