aarre: comments

git-svn-id: trunk@41707 -
This commit is contained in:
mattias 2013-06-13 21:19:44 +00:00
parent 6e20536c6f
commit e754968a20
2 changed files with 4 additions and 3 deletions
components/aarre/tools

View File

@ -1,5 +1,4 @@
aarreupdatelist
aarreupdatelist is a command line utility to scan a directory for lpk files
and write a summary. Compile and run to see the available parameters.
This tool is under construction.
The goal is to scan a directory and gather information of all lpk files.

View File

@ -188,6 +188,8 @@ end;
procedure TAarreUpdateList.WriteHelp;
begin
writeln('Scans a directory for lpk files and writes a summary file.');
writeln;
writeln('Usage: ',ExeName,' -h');
writeln;
writeln('-h : write this help and exit');