Closed
Description
In tidy-help.xml
, the output of tidy -xml-help
, the <eqconfig>
values include the initial dash and the format of the expected value:
<eqconfig>output-file: <%s></eqconfig>
while currently in tidy-config.xml
, the output of tidy -xml-config
, only the name of the option is included in <seealso>
values:
<seealso>indent</seealso>
Including the initial dash would allow to refer both to command-line options and configuration options in <seealso>
values:
<seealso>-indent</seealso>
<seealso>--indent-spaces</seealso>