From 1e707d7947fe699ea76a9f4708a248ac1b5399be Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 11 Sep 2021 20:51:51 +0200 Subject: [PATCH] Fix typo in usage message --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 13e85a8..547e5c4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -69,7 +69,7 @@ const char usage[] = "Options:\n" " --help show help message\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" " -m, --max-scale maximum scale factor\n" " -i, --integer-scale force scale factor to integer\n"