From e6db63f677dd1bfd5941a8eb4dd2bbbf064980f2 Mon Sep 17 00:00:00 2001 From: hltdev8642 Date: Thu, 10 Feb 2022 09:53:55 -0500 Subject: [PATCH] fix missing spaces --- completions/_scrcpy | 4 ++-- completions/_scrcpy.exe | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/completions/_scrcpy b/completions/_scrcpy index c118b4c2..42e01363 100755 --- a/completions/_scrcpy +++ b/completions/_scrcpy @@ -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.]' diff --git a/completions/_scrcpy.exe b/completions/_scrcpy.exe index 8e00a465..8dec3047 100755 --- a/completions/_scrcpy.exe +++ b/completions/_scrcpy.exe @@ -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.]'