Skip to content

Commit 9cc7190

Browse files
author
Michael Ganss
committed
Update usage text for integer type approximation
1 parent cad751b commit 9cc7190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XmlSchemaClassGenerator.Console/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ static void Main(string[] args)
4747
A file name may be given by appending a pipe sign (|) followed by a file name (like schema.xsd) to the XML namespace.
4848
If no mapping is found for an XML namespace, a name is generated automatically (may fail).", v => namespaces.Add(v) },
4949
{ "o|output=", "the {FOLDER} to write the resulting .cs files to", v => outputFolder = v },
50-
{ "i|integer=", @"map xs:integer and derived types to {TYPE} instead of string
50+
{ "i|integer=", @"map xs:integer and derived types to {TYPE} instead of automatic approximation
5151
{TYPE} can be i[nt], l[ong], or d[ecimal].", v => {
5252
switch (v)
5353
{

0 commit comments

Comments
 (0)