From 07a85b7c94fc519c4950a12d7c992f51117b7e81 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Wed, 7 Apr 2021 15:00:30 +0200 Subject: [PATCH] Fix typo in command-line help Refs #2237 --- app/src/cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/cli.c b/app/src/cli.c index f01b7941..5d5bcf10 100644 --- a/app/src/cli.c +++ b/app/src/cli.c @@ -210,7 +210,7 @@ scrcpy_print_usage(const char *arg0) { " Default is 0 (automatic).\n" "\n" " --window-height value\n" - " Set the initial window width.\n" + " Set the initial window height.\n" " Default is 0 (automatic).\n" "\n" "Shortcuts:\n" -- GitLab