Skip to content

Commit 509c2f5

Browse files
doc: adjusted cmd-line doc after refactor
1 parent c969341 commit 509c2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/dcornelius/src/dcornelius.dpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ begin
3030
Writeln('SYNTAX: ' + ExtractFileName(ParamStr(0)) + ' <filename> <method>');
3131
Writeln(' where <filename> is a text file with weather station data');
3232
Writeln(' and <method> is the algorytm for summarizing the data:');
33-
Writeln(' TSL = read in all data to a TStringList (lots of memory needed)');
33+
Writeln(' TSL = read in all data to a TStringList');
3434
Writeln(' DIC = build a Dictionary, then sort after built');
3535
Writeln(' TBL = load a FireDAC in-memory table - warning: takes several hours!');
3636
Writeln;

0 commit comments

Comments
 (0)