mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-17 15:59:05 +00:00
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:
parent
cee40ca047
commit
9087e85c3f
14 changed files with 39 additions and 29 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue