Browse Source

* Remove wrong help line

Michaël Van Canneyt 1 year ago
parent
commit
3d0cf17e5c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      utils/pas2js/webidl2pas.pp

+ 0 - 1
utils/pas2js/webidl2pas.pp

@@ -310,7 +310,6 @@ begin
   Writeln(StdErr,'-o  --output=FileName      output file. Defaults to unit name with .pas extension appended.');
   Writeln(StdErr,'-p  --optionsinheader      add options to header of generated file');
 
-  Writeln(StdErr,'-s  --stub                 Write a stub implementation for native compilation');
   Writeln(StdErr,'-t  --typealiases=alias    A comma separated list of type aliases in Alias=Name form');
   Writeln(StdErr,'                           use @filename to load the aliases from file.');
   Writeln(StdErr,'-u  --unitname=Name        name for unit. Defaults to input file without extension.');