Fix --bit-rate option in bash completion script

The option is --bit-rate, not --bitrate.
This commit is contained in:
Romain Vimont 2023-02-21 19:50:01 +01:00
parent 3e3756a323
commit 3d10fbd9b4

View file

@ -103,7 +103,7 @@ _scrcpy() {
COMPREPLY=($(compgen -W "$("${ADB:-adb}" devices | awk '$2 == "device" {print $1}')" -- ${cur}))
return
;;
-b|--bitrate \
-b|--bit-rate \
|--codec-options \
|--crop \
|--display \