updated readme

This commit is contained in:
cozis
2022-05-05 19:01:06 +02:00
parent 0383d9494f
commit 9a2665d703
2 changed files with 31 additions and 14 deletions
-3
View File
@@ -103,7 +103,6 @@ int main(int argc, char **argv)
*style_file = NULL,
*prefix = NULL;
bool notable = 0;
bool http = 0;
for(int i = 1; i < argc; i += 1) {
if(!strcmp(argv[i], "-i") || !strcmp(argv[i], "--input")) {
i += 1;
@@ -135,8 +134,6 @@ int main(int argc, char **argv)
return -1;
}
style_file = argv[i];
} else if(!strcmp(argv[i], "--http")) {
http = 1;
} else {
fprintf(stderr, "Error: Unknown option %s\n", argv[i]);
return -1;