Skip to content

Commit 9c97dc9

Browse files
authored
Merge pull request #20 from xeffyr/fix-typo
termux-notification: fix typo in usage text
2 parents c03b659 + 6d292f0 commit 9c97dc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/termux-notification

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ show_usage () {
1212
echo " --button2-action action action to execute on the second notification button"
1313
echo " --button3 text text to show on the third notification button"
1414
echo " --button3-action action action to execute on the third notification button"
15-
echo " --content content contnet to show in the notification. Read from stdin not specified here."
15+
echo " --content content content to show in the notification. Read from stdin not specified here."
1616
echo " --id id notification id (will overwrite any previous notification with the same id)"
1717
echo " --led-color rrggbb color of the blinking led as RRGGBB (default: none)"
1818
echo " --led-on milliseconds number of milliseconds for the LED to be on while it's flashing (default: 800)"

0 commit comments

Comments
 (0)