mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-22 04:25:01 +00:00
remove sideload and recovery options
since scrcpy don't work in sideload and recovery options, I've removed them.
This commit is contained in:
parent
c8407abdf6
commit
da4c75c1de
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ _scrcpy() {
|
|||
;;
|
||||
-s|--serial)
|
||||
# Use 'adb devices' to list serial numbers.
|
||||
COMPREPLY=($(compgen -W "$(adb devices | awk '/(device|recovery|sideload)$/{print $1}')" -- ${cur} ) )
|
||||
COMPREPLY=($(compgen -W "$(adb devices | awk '/device$/{print $1}')" -- ${cur} ) )
|
||||
return
|
||||
;;
|
||||
-b|--bitrate \
|
||||
|
|
Loading…
Add table
Reference in a new issue