param n is num of files not records

This commit is contained in:
Ashik K 2023-04-04 14:14:58 +02:00
parent 7c6d4f60f3
commit d9cf6f02df
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ int main(int argc, char **argv)
case 'd': // download mode
download_mode = true;
break;
case 'n': // number of records
case 'n': // number of files to process
numfiles = atoi(optarg);
break;
default: