mirror of
https://github.com/danog/termux-api-package.git
synced 2024-11-26 12:24:51 +01:00
Fix typo "context" -> "content"
This commit is contained in:
parent
5962212e58
commit
af7229048d
@ -4,7 +4,7 @@ set -e -u -f
|
||||
SCRIPTNAME=termux-notification
|
||||
show_usage () {
|
||||
echo "Usage: termux-notification [options]"
|
||||
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."
|
||||
echo " --action action action to execute when pressing the notification"
|
||||
echo " --button1 text text to show on the first notification button"
|
||||
echo " --button1-action action action to execute on the first notification button"
|
||||
|
Loading…
Reference in New Issue
Block a user