param n is num of files not records
This commit is contained in:
parent
7c6d4f60f3
commit
d9cf6f02df
|
@ -26,7 +26,7 @@ int main(int argc, char **argv)
|
||||||
case 'd': // download mode
|
case 'd': // download mode
|
||||||
download_mode = true;
|
download_mode = true;
|
||||||
break;
|
break;
|
||||||
case 'n': // number of records
|
case 'n': // number of files to process
|
||||||
numfiles = atoi(optarg);
|
numfiles = atoi(optarg);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue