diff --git a/Notify_pushbullet.md b/Notify_pushbullet.md index da7f891..17514af 100644 --- a/Notify_pushbullet.md +++ b/Notify_pushbullet.md @@ -33,5 +33,6 @@ If neither a **{device_id}**, **#{channel}**, or **{email}** is specified, then Send a Pushbullet notification to all devices: ```bash # Assuming our {accesstoken} is abcdefghijklmno -apprise pbul://abcdefghijklmno +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + pbul://abcdefghijklmno ``` \ No newline at end of file