We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 816b358 + a72b359 commit a6e432bCopy full SHA for a6e432b
1 file changed
scripts/termux-toast
@@ -19,7 +19,7 @@ while getopts :hsc:b:g: option
19
do
20
case "$option" in
21
h) show_usage;;
22
- s) PARAMS=" --ez short true";;
+ s) PARAMS+=" --ez short true";;
23
c) PARAMS+=" --es text_color $OPTARG";;
24
b) PARAMS+=" --es background $OPTARG";;
25
g) PARAMS+=" --es gravity $OPTARG";;
0 commit comments