Reduce one line in the help message because it was slightly too long.

This commit is contained in:
OBattler
2025-08-09 14:44:14 +02:00
parent b793792fe8
commit 5d5913ac27

View File

@@ -643,7 +643,7 @@ pc_show_usage(char *s)
#ifdef SHOW_EXTRA_PARAMS #ifdef SHOW_EXTRA_PARAMS
"-Y or --donothing\t\t- do not show any UI or run the emulation\n" "-Y or --donothing\t\t- do not show any UI or run the emulation\n"
#endif #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", "\nA config file can be specified. If none is, the default file will be used.\n",
s); s);