mirror of
https://github.com/Genymobile/scrcpy
synced 2025-01-15 11:31:23 +00:00
Fix help for --window-width and --window-height
The default value is 0 (automatic), not -1.
This commit is contained in:
parent
c610a6b3c7
commit
3599fcaae5
@ -127,11 +127,11 @@ static void usage(const char *arg0) {
|
||||
"\n"
|
||||
" --window-width value\n"
|
||||
" Set the initial window width.\n"
|
||||
" Default is -1 (automatic).\n"
|
||||
" Default is 0 (automatic).\n"
|
||||
"\n"
|
||||
" --window-height value\n"
|
||||
" Set the initial window width.\n"
|
||||
" Default is -1 (automatic).\n"
|
||||
" Default is 0 (automatic).\n"
|
||||
"\n"
|
||||
"Shortcuts:\n"
|
||||
"\n"
|
||||
|
Loading…
Reference in New Issue
Block a user