Skip to content

Commit

Permalink
Update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mganss authored Jan 26, 2023
1 parent b1c2cc6 commit e60e381
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ For command line use, choose your preferred installation:
```
Usage: xscgen [OPTIONS]+ xsdFile...
Generate C# classes from XML Schema files.
Version 2.0.522.0
Version 2.0.792.0
xsdFiles may contain globs, e.g. "content\{schema,xsd}\**\*.xsd", and URLs.
Append - to option to disable it, e.g. --interface-.
Expand Down Expand Up @@ -162,6 +162,7 @@ Options:
--ar, --useArrayItemAttribute
use ArrayItemAttribute for sequences with single
elements (default is true)
--es, --enumAsString Use string instead of enum for enumeration
--ca, --commandArgs generate a comment with the exact command line
arguments that were used to generate the source
code (default is true)
Expand Down

0 comments on commit e60e381

Please sign in to comment.