Merge pull request #769 from An7ar35/issue-768

Issue #768
This commit is contained in:
Eric Hawicz
2022-06-03 23:14:16 -04:00
committed by GitHub

View File

@@ -167,7 +167,7 @@ int main(int argc, char **argv)
case 'f': formatted_output = 1; break;
case 'n': show_output = 0; break;
case 's': strict_mode = 1; break;
case 'h': usage(argv[0], 0, NULL);
case 'h': usage(argv[0], 0, NULL); /* FALLTHRU */
default: /* '?' */ usage(argv[0], EXIT_FAILURE, "Unknown arguments");
}
}