mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
fix(completion): stream name case for termux-tts-speak command
This commit is contained in:
parent
35e056244c
commit
5b9c2096be
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue