main: -F flag should not require extra arguments #461

This commit is contained in:
Kaian 2023-11-29 16:15:03 +01:00
parent ba59a9d18f
commit c8c1b38ea5
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ main(int argc, char* argv[])
// Parse command line arguments that have high priority
opterr = 0;
char *options = "hVd:I:O:B:pqtW:k:crl:ivNqDL:H:ERf:F:T";
char *options = "hVd:I:O:B:pqtW:k:crl:ivNqDL:H:ERf:FT";
while ((opt = getopt_long(argc, argv, options, long_options, &idx)) != -1) {
switch (opt) {
case 'h':