Skip to content

Commit 48b9273

Browse files
AgentConDierxalexalex
authored andcommitted
Add missing comma to fix --led-color
Fixes 'unrecognized option: led-color' errors (Unable to test; led and vibration have never worked for me [Android 9; EMUI 9.1.0])
1 parent 4c53f71 commit 48b9273

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
@@ -94,7 +94,7 @@ TEMP=`busybox getopt \
9494
button1:,button1-action:,\
9595
button2:,button2-action:,\
9696
button3:,button3-action:,\
97-
content:,group:,help,help-actions,id:,image-path:\
97+
content:,group:,help,help-actions,id:,image-path:,\
9898
led-color:,led-on:,led-off:,\
9999
media-previous:,media-next:,media-play:,media-pause:,\
100100
on-delete:,ongoing,\

0 commit comments

Comments
 (0)