Преглед на файлове

* Remove wrong help line

Michaël Van Canneyt преди 1 година
родител
ревизия
3d0cf17e5c
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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.');