From f65c3fde69e216ecc3912601006cd4e19853269f Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Sun, 7 Nov 2021 18:07:17 +0100 Subject: [PATCH] Fix typos in help --- app/src/cli.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/cli.c b/app/src/cli.c index cab25772..02b89aa0 100644 --- a/app/src/cli.c +++ b/app/src/cli.c @@ -66,12 +66,12 @@ scrcpy_print_usage(const char *arg0) { "\n" " --force-adb-forward\n" " Do not attempt to use \"adb reverse\" to connect to the\n" - " the device.\n" + " device.\n" "\n" " --forward-all-clicks\n" " By default, right-click triggers BACK (or POWER on) and\n" " middle-click triggers HOME. This option disables these\n" - " shortcuts and forward the clicks to the device instead.\n" + " shortcuts and forwards the clicks to the device instead.\n" "\n" " -f, --fullscreen\n" " Start in fullscreen.\n" @@ -142,7 +142,7 @@ scrcpy_print_usage(const char *arg0) { "\n" " --push-target path\n" " Set the target directory for pushing files to the device by\n" - " drag & drop. It is passed as-is to \"adb push\".\n" + " drag & drop. It is passed as is to \"adb push\".\n" " Default is \"/sdcard/Download/\".\n" "\n" " -r, --record file.mp4\n" @@ -162,14 +162,14 @@ scrcpy_print_usage(const char *arg0) { "\n" " --rotation value\n" " Set the initial display rotation.\n" - " Possibles values are 0, 1, 2 and 3. Each increment adds a 90\n" + " Possible values are 0, 1, 2 and 3. Each increment adds a 90\n" " degrees rotation counterclockwise.\n" "\n" " -s, --serial serial\n" " The device serial number. Mandatory only if several devices\n" " are connected to adb.\n" "\n" - " --shortcut-mod key[+...]][,...]\n" + " --shortcut-mod key[+...][,...]\n" " Specify the modifiers to use for scrcpy shortcuts.\n" " Possible keys are \"lctrl\", \"rctrl\", \"lalt\", \"ralt\",\n" " \"lsuper\" and \"rsuper\".\n"