We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f615270 commit 883e224Copy full SHA for 883e224
2 files changed
generator/Common/generate.common.pas
@@ -47,8 +47,6 @@ implementation
47
48
const
49
cSeed: LongInt = 46668267; // '1BRC' in ASCII
50
- cColdestTemp = -99.9;
51
- cHottestTemp = 99.9;
52
linesPercent = 10;
53
stationsCapacity = 50000;
54
chunkBatch = 10000;
generator/Common/generate.console.pas
@@ -67,7 +67,7 @@ procedure WriteHelp;
67
WriteLn(' -v|--version Writes the version and exits');
68
WriteLn(' -i|--input-file <filename> The file containing the Weather Stations');
69
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');
+ WriteLn(' -n|--line-count <number> The amount of lines to be generated ( Can use 1_000_000_000 )');
71
end;
72
73
end.
0 commit comments