Add l and d to the getops parameters.

This commit is contained in:
Darren 'Tadgy' Austin 2022-08-30 00:17:06 +01:00
commit b2a2ebb8c0

View file

@ -224,7 +224,7 @@ int main(int argc, char *argv[])
program = argv[0]; program = argv[0];
while ( (opt = getopt_long(argc, argv, "iof:p:t:x:y:b:kMGh", longopts, NULL)) != -1 ) { while ( (opt = getopt_long(argc, argv, "iof:l:d:t:x:y:b:kMGh", longopts, NULL)) != -1 ) {
switch ( opt ) { switch ( opt ) {
case 'i': case 'i':
measure_input = 1; measure_input = 1;