From c6ac7852dec693a358bb1cedb75590fdec50bffa Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 09:57:30 -0400 Subject: [PATCH] Updated Notify_simplepush (markdown) --- Notify_simplepush.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify_simplepush.md b/Notify_simplepush.md index c73c7bd..d5e6f69 100644 --- a/Notify_simplepush.md +++ b/Notify_simplepush.md @@ -26,5 +26,6 @@ Send a SimplePush notification: ```bash # Assume: # - our {apikey} is ABC123 -apprise spush://ABC123 +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + spush://ABC123 ```