Fix --bit-rate option in bash completion script
The option is --bit-rate, not --bitrate.
This commit is contained in:
parent
3e3756a323
commit
3d10fbd9b4
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue