From d9cf6f02df04fbd0c620b90aeae290d37dfd8d8c Mon Sep 17 00:00:00 2001 From: Ashik K Date: Tue, 4 Apr 2023 14:14:58 +0200 Subject: [PATCH] param n is num of files not records --- parser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser.cc b/parser.cc index 4b03085..ed8bb83 100644 --- a/parser.cc +++ b/parser.cc @@ -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: