From 5d5913ac278cf2acf4e081ebab53de6b91746144 Mon Sep 17 00:00:00 2001 From: OBattler Date: Sat, 9 Aug 2025 14:44:14 +0200 Subject: [PATCH] Reduce one line in the help message because it was slightly too long. --- src/86box.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/86box.c b/src/86box.c index b738ac02a..e649c4055 100644 --- a/src/86box.c +++ b/src/86box.c @@ -643,7 +643,7 @@ pc_show_usage(char *s) #ifdef SHOW_EXTRA_PARAMS "-Y or --donothing\t\t- do not show any UI or run the emulation\n" #endif - "-Z or --lastvmpath\t\t- the last parameter is VM path rather than config\n" + "-Z or --lastvmpath\t\t- the last param. is VM path rather than config\n" "\nA config file can be specified. If none is, the default file will be used.\n", s);