Skip to content

Commit b790508

Browse files
author
Michael Ganss
committed
Fix usage
1 parent 7dc0ebf commit b790508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

XmlSchemaClassGenerator.Console/Program.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ static void Main(string[] args)
6767
A file name may be given by appending a pipe sign (|) followed by a file name (like schema.xsd) to the XML namespace.
6868
If no mapping is found for an XML namespace, a name is generated automatically (may fail).", v => namespaces.Add(v) },
6969
{ "nf|namespaceFile=", @"file containing mapppings from XML namespaces to C# namespaces
70-
The format is one mapping per line, whitespace separated, XML namespace, C# namespace, and optionally file name.
71-
Lines starting with # are ignored.", v => namespaceFiles.Add(v) },
70+
The line format is one mapping per line: XML namespace = C# namespace [optional file name].
71+
Lines starting with # and empty lines are ignored.", v => namespaceFiles.Add(v) },
7272
{ "o|output=", "the {FOLDER} to write the resulting .cs files to", v => outputFolder = v },
7373
{ "i|integer=", @"map xs:integer and derived types to {TYPE} instead of automatic approximation
7474
{TYPE} can be i[nt], l[ong], or d[ecimal]", v => {

0 commit comments

Comments
 (0)