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