From 91b7938ab7f6f8f2b7aa40fbe10c54624a4dd5ba Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 09:45:31 -0400 Subject: [PATCH] Updated Notify_macosx (markdown) --- Notify_macosx.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify_macosx.md b/Notify_macosx.md index afa8192..c11c8b4 100644 --- a/Notify_macosx.md +++ b/Notify_macosx.md @@ -31,5 +31,6 @@ The `sound` can be set any of the sound names listed in _Sound Preferences_ of y We can send a notification to ourselves like so: ```bash # Send ourselves a MacOS desktop notification -apprise macosx:// +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + macosx:// ``` \ No newline at end of file