Rename --bit-rate to --video-bit-rate

This prepares the introduction of --audio-bit-rate.
This commit is contained in:
Romain Vimont 2023-02-21 19:56:44 +01:00
commit 0c2e2b998d
14 changed files with 29 additions and 29 deletions

View file

@ -2,7 +2,7 @@ _scrcpy() {
local cur prev words cword
local opts="
--always-on-top
-b --bit-rate=
-b --video-bit-rate=
--codec-options=
--crop=
-d --select-usb
@ -104,7 +104,7 @@ _scrcpy() {
COMPREPLY=($(compgen -W "$("${ADB:-adb}" devices | awk '$2 == "device" {print $1}')" -- ${cur}))
return
;;
-b|--bit-rate \
-b|--video-bit-rate \
|--codec-options \
|--crop \
|--display \