mirror of
https://github.com/danog/termux-api-package.git
synced 2024-11-26 12:24:51 +01:00
Merge pull request #60 from Oj18/patch-1
Fixed termux-toast to allow -s (short) anywhere
This commit is contained in:
commit
a6e432b160
@ -19,7 +19,7 @@ while getopts :hsc:b:g: option
|
||||
do
|
||||
case "$option" in
|
||||
h) show_usage;;
|
||||
s) PARAMS=" --ez short true";;
|
||||
s) PARAMS+=" --ez short true";;
|
||||
c) PARAMS+=" --es text_color $OPTARG";;
|
||||
b) PARAMS+=" --es background $OPTARG";;
|
||||
g) PARAMS+=" --es gravity $OPTARG";;
|
||||
|
Loading…
Reference in New Issue
Block a user