* Usage shows -c option

This commit is contained in:
Michaël Van Canneyt 2022-03-06 17:51:48 +01:00
parent 8436a30c27
commit 062a717cda

View File

@ -12,7 +12,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
**********************************************************************}
{$mode objfpc}
{$h+}
program htmltoform;
uses sysutils, classes, fpjson, jsonparser, sax,sax_html, custapp, formgen, webcoreformgen;
@ -47,6 +48,7 @@ begin
Writeln('Where options is one or more of: ');
Writeln('-h --help this message');
Writeln('-b --below-id=ID Only create elements for child elements of element ID');
Writeln('-c --config=FILE Read a JSON configuration file with options.');
Writeln('-f --formclass=NAME name of pascal form class');
Writeln('-F --form-file Generate a form file.');
Writeln('-g --getelementfunction=NAME Name of getelement function');