mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-03 06:39:39 +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)
|
-s|--serial)
|
||||||
# Use 'adb devices' to list serial numbers.
|
# 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
|
return
|
||||||
;;
|
;;
|
||||||
-b|--bitrate \
|
-b|--bitrate \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue