From 8e28dfcff4a57a58681a6d8a5ffe81bf12f72091 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 09:15:49 -0400 Subject: [PATCH] Updated CLI_Usage (markdown) --- CLI_Usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CLI_Usage.md b/CLI_Usage.md index e1e351f..1b9fe3f 100644 --- a/CLI_Usage.md +++ b/CLI_Usage.md @@ -20,8 +20,8 @@ By default Apprise is very silent; If you want to have a better understanding o There is no limit to the number of services you want to notify, just keep adding/chaining them one after another: ```bash # Set a notification to a yahoo email account, Slack, and a Kodi Server -# with a bit of added verbosity: -apprise -v --body="Notify more than one service" \ +# with a bit of added verbosity (2 v's specified): +apprise -vv --body="Notify more than one service" \ mailto://user:password@yahoo.com \ slack://token_a/token_b/token_c \ kodi://example.com