Fix help for --window-width and --window-height

The default value is 0 (automatic), not -1.
This commit is contained in:
Romain Vimont 2019-11-19 22:57:48 +01:00
parent c610a6b3c7
commit 3599fcaae5

View file

@ -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"