diff --git a/app/data/bash-completion/scrcpy b/app/data/bash-completion/scrcpy index c5105c7d..36f027b9 100644 --- a/app/data/bash-completion/scrcpy +++ b/app/data/bash-completion/scrcpy @@ -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 \