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
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue