Fix bash completion syntax

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

Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
Harsh Shandilya 2023-12-14 21:21:57 +05:30 committed by Romain Vimont
parent cbce42336d
commit af69689ec1
1 changed files with 1 additions and 2 deletions

View File

@ -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
;;