mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-21 20:15:05 +00:00
fix missing spaces
This commit is contained in:
parent
b18ec5fbc3
commit
e6db63f677
2 changed files with 4 additions and 4 deletions
|
@ -10,11 +10,11 @@ local arguments
|
|||
arguments=(
|
||||
'--always-on-top[Make scrcpy window always on top \(above other windows\).]'
|
||||
{-b,--bit-rate}'[\[value\] Encode the video at the given bit-rate]'
|
||||
'--codec-options[\[key\]Set a list of comma-separated key\:type=value options for the device encoder.]'
|
||||
'--codec-options[\[key\] Set a list of comma-separated key\:type=value options for the device encoder.]'
|
||||
'--crop[\[width\:height\:x\:y\] Crop the device screen on the server.]'
|
||||
'--disable-screensaver[Disable screensaver while scrcpy is running.]'
|
||||
'--display[\[id\] Specify the display id to mirror.]'
|
||||
'--display-buffer[\[ms\]Add a buffering delay \(in milliseconds\) before displaying.]'
|
||||
'--display-buffer[\[ms\] Add a buffering delay \(in milliseconds\) before displaying.]'
|
||||
'--encoder[\[name\] Use a specific MediaCodec encoder \(must be a H.264 encoder\).]'
|
||||
'--force-adb-forward[Do not attempt to use \"adb reverse\" to connect to the device.]'
|
||||
'--forward-all-clicks[Forwards clicks to device.]'
|
||||
|
|
|
@ -10,11 +10,11 @@ local arguments
|
|||
arguments=(
|
||||
'--always-on-top[Make scrcpy window always on top \(above other windows\).]'
|
||||
{-b,--bit-rate}'[\[value\] Encode the video at the given bit-rate]'
|
||||
'--codec-options[\[key\]Set a list of comma-separated key\:type=value options for the device encoder.]'
|
||||
'--codec-options[\[key\] Set a list of comma-separated key\:type=value options for the device encoder.]'
|
||||
'--crop[\[width\:height\:x\:y\] Crop the device screen on the server.]'
|
||||
'--disable-screensaver[Disable screensaver while scrcpy is running.]'
|
||||
'--display[\[id\] Specify the display id to mirror.]'
|
||||
'--display-buffer[\[ms\]Add a buffering delay \(in milliseconds\) before displaying.]'
|
||||
'--display-buffer[\[ms\] Add a buffering delay \(in milliseconds\) before displaying.]'
|
||||
'--encoder[\[name\] Use a specific MediaCodec encoder \(must be a H.264 encoder\).]'
|
||||
'--force-adb-forward[Do not attempt to use \"adb reverse\" to connect to the device.]'
|
||||
'--forward-all-clicks[Forwards clicks to device.]'
|
||||
|
|
Loading…
Add table
Reference in a new issue