From 686f82f0c88c70cbc66d2b4b8be20e51087cbb20 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 17 Apr 2026 16:47:11 +0200 Subject: [PATCH] added -font to -help --- commandline.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/commandline.cpp b/commandline.cpp index bf198310..c69a6f44 100644 --- a/commandline.cpp +++ b/commandline.cpp @@ -407,6 +407,7 @@ int arg::readCommon() { printf(" -s FILE - use the specified highscore file\n"); printf(" -m FILE - use the specified soundtrack (music)\n"); printf(" -se DIR - the directory containing sound effects\n"); + printf(" -font FILE - use the specified font file\n"); printf("\nLogging:\n"); printf(" -log PATTERN - log events matching the pattern\n");