diff --git a/pages/linux/notify-send.md b/pages/linux/notify-send.md index 0b08d0cfd5..9d0d092d89 100644 --- a/pages/linux/notify-send.md +++ b/pages/linux/notify-send.md @@ -14,6 +14,6 @@ `notify-send -t 5000 "{{Test}}" "{{This is a test}}"` -- Show a notification with an app's icon: +- Show a notification with an app's icon and name: -`notify-send "{{Test}}" --icon={{google-chrome}}` +`notify-send "{{Test}}" --icon={{google-chrome}} --app-name="{{Google Chrome}}"`