Skip to content

Commit 93ae63b

Browse files
committed
termux-notification: specify -c/stdin precedence
-c/--content takes precedence over stdin to set the notification's content
1 parent 5a47712 commit 93ae63b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/termux-notification

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e -u -f
44
SCRIPTNAME=termux-notification
55
show_usage () {
66
echo "Usage: termux-notification [options]"
7-
echo "Display a system notification. Content text is read from stdin or specified using --content."
7+
echo "Display a system notification. Content text is specified using -c/--content or read from stdin ."
88
echo " --action action action to execute when pressing the notification"
99
echo " --alert-once do not alert when the notification is edited"
1010
echo " --button1 text text to show on the first notification button"

0 commit comments

Comments
 (0)