mirror of
https://github.com/danog/termux-api-package.git
synced 2024-11-26 20:34:48 +01:00
termux-notification: more clear description of "--content" option
Requested in https://github.com/termux/termux-api-package/issues/39.
This commit is contained in:
parent
edf994cc91
commit
213b102265
@ -12,7 +12,7 @@ show_usage () {
|
||||
echo " --button2-action action action to execute on the second notification button"
|
||||
echo " --button3 text text to show on the third notification button"
|
||||
echo " --button3-action action action to execute on the third notification button"
|
||||
echo " --content content content to show in the notification. Read from stdin not specified here."
|
||||
echo " --content content content to show in the notification. Will take precedence over stdin."
|
||||
echo " --id id notification id (will overwrite any previous notification with the same id)"
|
||||
echo " --led-color rrggbb color of the blinking led as RRGGBB (default: none)"
|
||||
echo " --led-on milliseconds number of milliseconds for the LED to be on while it's flashing (default: 800)"
|
||||
|
Loading…
Reference in New Issue
Block a user