Skip to content

Commit af72290

Browse files
authored
Fix typo "context" -> "content"
1 parent 5962212 commit af72290

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. Context text is read from stdin or specified using --content."
7+
echo "Display a system notification. Content text is read from stdin or specified using --content."
88
echo " --action action action to execute when pressing the notification"
99
echo " --button1 text text to show on the first notification button"
1010
echo " --button1-action action action to execute on the first notification button"

0 commit comments

Comments
 (0)