From af7229048de9681f1904d55a2945b4c59a1fca30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Mon, 3 Dec 2018 12:56:51 +0100 Subject: [PATCH] Fix typo "context" -> "content" --- scripts/termux-notification | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/termux-notification b/scripts/termux-notification index bd480c2..bb31cc3 100755 --- a/scripts/termux-notification +++ b/scripts/termux-notification @@ -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"