File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,6 @@ implementation
4747
4848const
4949 cSeed: LongInt = 46668267 ; // '1BRC' in ASCII
50- cColdestTemp = -99.9 ;
51- cHottestTemp = 99.9 ;
5250 linesPercent = 10 ;
5351 stationsCapacity = 50000 ;
5452 chunkBatch = 10000 ;
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ procedure WriteHelp;
6767 WriteLn(' -v|--version Writes the version and exits' );
6868 WriteLn(' -i|--input-file <filename> The file containing the Weather Stations' );
6969 WriteLn(' -o|--output-file <filename> The file that will contain the generated lines' );
70- WriteLn(' -n|--line-count <number> The amount of lines to be generated' );
70+ WriteLn(' -n|--line-count <number> The amount of lines to be generated ( Can use 1_000_000_000 ) ' );
7171end ;
7272
7373end .
You can’t perform that action at this time.
0 commit comments