这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/termux-notification
Original file line number Diff line number Diff line change
Expand Up @@ -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 contnet to show in the notification. Read from stdin not specified here."
echo " --content content content to show in the notification. Read from stdin not specified here."
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)"
Expand Down