We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f359ae2 + 9383448 commit 123107fCopy full SHA for 123107f
Source/Contrib/DataConverter/Program.cs
@@ -97,6 +97,11 @@ static void ShowHelp(List<IDataConverter> converters)
97
Console.WriteLine(" <INPUT> Specifies the file to read");
98
Console.WriteLine(" <OUTPUT> Specifies the file to generate");
99
Console.WriteLine();
100
+ Console.WriteLine("Options:");
101
+ Console.WriteLine(" /input Indicate that next argument is input");
102
+ Console.WriteLine(" /output Indicate that following arguments are outputs");
103
+ Console.WriteLine(" /help Show help and usage information");
104
+ Console.WriteLine();
105
Console.WriteLine("Multiple outputs may be specified for each input");
106
107
Console.WriteLine("Available file format conversions:");
0 commit comments