fix(completion): stream name case for termux-tts-speak command

This commit is contained in:
EmilyGraceSeville7cf 2024-09-17 01:54:54 +10:00
parent 35e056244c
commit 5b9c2096be

View file

@ -38,7 +38,7 @@ complete -c $command \
-x
complete -c $command \
-a 'NOTIFICATION\tdefault ALARM MUSIC RING SYSTEM VOICE_CALL' \
-a 'notification\tdefault alarm music ring system voice_call' \
-s s \
-d 'Specify the [s]tream for a speech' \
-x