You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command-line help that appears when you run dita --help also shows the equals sign for both the --install and --uninstall options, so it looks like the Main.java source code needs to be changed on lines 1268, 1276 & 1278.
* develop:
Fix path to `ant_sample/` directory
Build XHTML + CSS along with other Ant samples
Fix parameters in HTML5 Ant sample
Fix path to `samples/` in distribution packages
Remove obsolete Ant samples
Remove empty relationship table rows
Re-use note on plug-in subdirectory removal
Remove equals sign from --un/install topics (#129)
Clarify that `dita --uninstall` removes subdirectory
Clarify that `dita --install` can also remove plugins
Remove the equals sign from `dita --install` syntax
Use new (GNU) double-hyphen syntax for CLI options
Fix broken reltable link & remove redundant row
Clarify `args.logdir` description
Use latest DITA-OT version (2.4.3) for CI builds
Mark `args.logdir` as obsolete (Fixes#127)
The 2.4 docs now give the following syntax:
But this does not work (at least in 2.4.2). You must omit the = sign:
The text was updated successfully, but these errors were encountered: