mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 12:26:02 +02:00
* Write version option in help
git-svn-id: trunk@42789 -
This commit is contained in:
parent
eafcf34584
commit
69385a7eb0
@ -197,6 +197,7 @@ begin
|
|||||||
Writeln(StdErr,' use @filename to load the aliases from file.');
|
Writeln(StdErr,' use @filename to load the aliases from file.');
|
||||||
Writeln(StdErr,'-u --unitname=Name name for unit. Defaults to input file without extension.');
|
Writeln(StdErr,'-u --unitname=Name name for unit. Defaults to input file without extension.');
|
||||||
Writeln(StdErr,'-v --verbose Output some diagnostic information');
|
Writeln(StdErr,'-v --verbose Output some diagnostic information');
|
||||||
|
Writeln(StdErr,'-w --webidlversion=V Set web IDL version. Allowed values: v1 or v2');
|
||||||
Writeln(StdErr,'-x --extra=units Extra units to put in uses clause (comma separated list)');
|
Writeln(StdErr,'-x --extra=units Extra units to put in uses clause (comma separated list)');
|
||||||
ExitCode:=Ord(Msg<>'');
|
ExitCode:=Ord(Msg<>'');
|
||||||
{AllowWriteln-}
|
{AllowWriteln-}
|
||||||
|
Loading…
Reference in New Issue
Block a user