From 9cc719050b04beee6e8c5639375214e9ff21a2a1 Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Fri, 30 Nov 2018 14:22:19 +0100 Subject: [PATCH] Update usage text for integer type approximation --- XmlSchemaClassGenerator.Console/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XmlSchemaClassGenerator.Console/Program.cs b/XmlSchemaClassGenerator.Console/Program.cs index 2278cc87..7633734f 100644 --- a/XmlSchemaClassGenerator.Console/Program.cs +++ b/XmlSchemaClassGenerator.Console/Program.cs @@ -47,7 +47,7 @@ static void Main(string[] args) A file name may be given by appending a pipe sign (|) followed by a file name (like schema.xsd) to the XML namespace. If no mapping is found for an XML namespace, a name is generated automatically (may fail).", v => namespaces.Add(v) }, { "o|output=", "the {FOLDER} to write the resulting .cs files to", v => outputFolder = v }, - { "i|integer=", @"map xs:integer and derived types to {TYPE} instead of string + { "i|integer=", @"map xs:integer and derived types to {TYPE} instead of automatic approximation {TYPE} can be i[nt], l[ong], or d[ecimal].", v => { switch (v) {