2
0
mirror of https://github.com/Genymobile/scrcpy synced 2025-08-30 22:05:12 +00:00

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 \