Skip to content

Commit

Permalink
Fix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ganss committed May 27, 2021
1 parent 729c1b5 commit 01ba178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XmlSchemaClassGenerator.Console/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ A file name may be given by appending a pipe sign (|) followed by a file name (l

static void ShowHelp(OptionSet p)
{
System.Console.WriteLine("Usage: dotnet xscgen [OPTIONS]+ xsdFile...");
System.Console.WriteLine("Usage: xscgen [OPTIONS]+ xsdFile...");
System.Console.WriteLine("Generate C# classes from XML Schema files.");
System.Console.WriteLine("Version " + typeof(Generator).Assembly.GetCustomAttribute<AssemblyFileVersionAttribute>().Version);
System.Console.WriteLine(@"xsdFiles may contain globs, e.g. ""content\{schema,xsd}\**\*.xsd"", and URLs.");
Expand Down

0 comments on commit 01ba178

Please sign in to comment.