Fix typo in usage message

This commit is contained in:
Simon Ser 2021-09-11 20:51:51 +02:00
parent b5001aa00c
commit 1e707d7947

View file

@ -69,7 +69,7 @@ const char usage[] =
"Options:\n" "Options:\n"
" --help show help message\n" " --help show help message\n"
" -w, --nested-width game width\n" " -w, --nested-width game width\n"
" -h, --nexted-height game height\n" " -h, --nested-height game height\n"
" -r, --nested-refresh game refresh rate (frames per second)\n" " -r, --nested-refresh game refresh rate (frames per second)\n"
" -m, --max-scale maximum scale factor\n" " -m, --max-scale maximum scale factor\n"
" -i, --integer-scale force scale factor to integer\n" " -i, --integer-scale force scale factor to integer\n"