From 2f7098b9f15d29df159cdfbb077cfbca688600b9 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 10:11:36 -0400 Subject: [PATCH] Updated Notify_flock (markdown) --- Notify_flock.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify_flock.md b/Notify_flock.md index 3f30427..912be33 100644 --- a/Notify_flock.md +++ b/Notify_flock.md @@ -53,5 +53,6 @@ Send a flock notification to our channel #nuxref (which is identified as `g:abcd ```bash # Assuming our {token} is 134b8gh0-eba0-4fa9-ab9c-257ced0e8221 # our channel nuxref is represented as g:abcd1234efgh -apprise flock:///134b8gh0-eba0-4fa9-ab9c-257ced0e8221/g:abcd1234efgh +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + flock:///134b8gh0-eba0-4fa9-ab9c-257ced0e8221/g:abcd1234efgh ```