Fix bash completion syntax

PR #4532 <https://github.com/Genymobile/scrcpy/pull/4532>

Signed-off-by: Romain Vimont <rom@rom1v.com>
tilt.2
Harsh Shandilya 6 months ago committed by Romain Vimont
parent cbce42336d
commit af69689ec1

@ -115,8 +115,7 @@ _scrcpy() {
COMPREPLY=($(compgen -W 'front back external' -- "$cur"))
return
;;
--orientation
--display-orientation)
--orientation|--display-orientation)
COMPREPLY=($(compgen -> '0 90 180 270 flip0 flip90 flip180 flip270' -- "$cur"))
return
;;

Loading…
Cancel
Save