This commit is contained in:
speedie 2023-05-08 14:08:06 +02:00
parent e0a719e428
commit f08a72c5b1

View file

@ -276,7 +276,7 @@ void readargs(int argc, char *argv[]) {
input = argv[++i];
else if (!strcmp(argv[i], "-fn") || (!strcmp(argv[i], "--font"))) // font or font set
fonts[0] = argv[++i];
else if (!strcmp(argv[i], "-lf") || (!strcmp(argv[i], "--lf"))) // list file
else if (!strcmp(argv[i], "-lf") || (!strcmp(argv[i], "--list-file"))) // list file
listfile = argv[++i];
else if (!strcmp(argv[i], "-nmt") || (!strcmp(argv[i], "--normal-mode-text"))) // normal mode text
strcpy(normtext, argv[++i]);