mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 04:13:43 +02:00
aarre: comments
git-svn-id: trunk@41707 -
This commit is contained in:
parent
6e20536c6f
commit
e754968a20
components/aarre/tools
@ -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.
|
||||
|
||||
|
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user