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