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

This prepares the introduction of --audio-bit-rate.

PR #3757 <https://github.com/Genymobile/scrcpy/pull/3757>
This commit is contained in:
Romain Vimont 2023-02-21 19:56:44 +01:00
commit 9087e85c3f
14 changed files with 39 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 \