Skip to content

Commit

Permalink
Merge pull request #38 from pawamoy/patch-1
Browse files Browse the repository at this point in the history
termux-notification: fix typo "context" -> "content"
  • Loading branch information
fornwall authored Dec 29, 2018
2 parents d4d3373 + af72290 commit e62ee95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/termux-notification
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e62ee95

Please sign in to comment.