We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a47712 commit 93ae63bCopy full SHA for 93ae63b
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. Content text is read from stdin or specified using --content."
+ echo "Display a system notification. Content text is specified using -c/--content or read from stdin ."
8
echo " --action action action to execute when pressing the notification"
9
echo " --alert-once do not alert when the notification is edited"
10
echo " --button1 text text to show on the first notification button"
0 commit comments