Fix options alphabetical order

Renaming --display to --display-id broke the alphabetical order.

Refs 23e116064d
This commit is contained in:
Romain Vimont
2023-11-20 13:09:46 +01:00
parent 4658c0e5d2
commit 0801cf0627
4 changed files with 16 additions and 16 deletions

View File

@@ -26,8 +26,8 @@ arguments=(
'--crop=[\[width\:height\:x\:y\] Crop the device screen on the server]'
{-d,--select-usb}'[Use USB device]'
'--disable-screensaver[Disable screensaver while scrcpy is running]'
'--display-id=[Specify the display id to mirror]'
'--display-buffer=[Add a buffering delay \(in milliseconds\) before displaying]'
'--display-id=[Specify the display id to mirror]'
{-e,--select-tcpip}'[Use TCP/IP device]'
{-f,--fullscreen}'[Start in fullscreen]'
'--force-adb-forward[Do not attempt to use \"adb reverse\" to connect to the device]'