Merge pull request #38 from pawamoy/patch-1

termux-notification: fix typo "context" -> "content"
This commit is contained in:
Fredrik Fornwall 2018-12-29 23:44:32 +01:00 committed by GitHub
commit e62ee954d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ set -e -u -f
SCRIPTNAME=termux-notification SCRIPTNAME=termux-notification
show_usage () { show_usage () {
echo "Usage: termux-notification [options]" 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 " --action action action to execute when pressing the notification"
echo " --button1 text text to show on the first notification button" echo " --button1 text text to show on the first notification button"
echo " --button1-action action action to execute on the first notification button" echo " --button1-action action action to execute on the first notification button"