Fix typo in command-line help
Refs #2237 <https://github.com/Genymobile/scrcpy/issues/2237>
This commit is contained in:
parent
2812de8a9a
commit
07a85b7c94
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue