We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5962212 commit af72290Copy full SHA for af72290
1 file changed
scripts/termux-notification
@@ -4,7 +4,7 @@ set -e -u -f
4
SCRIPTNAME=termux-notification
5
show_usage () {
6
echo "Usage: termux-notification [options]"
7
- echo "Display a system notification. Context text is read from stdin or specified using --content."
+ echo "Display a system notification. Content text is read from stdin or specified using --content."
8
echo " --action action action to execute when pressing the notification"
9
echo " --button1 text text to show on the first notification button"
10
echo " --button1-action action action to execute on the first notification button"
0 commit comments