Skip to content

Commit 123107f

Browse files
authored
Merge pull request #708 from twpol/feature/command-line-syntax-3
fix: Add help option to help output of Data Converter
2 parents f359ae2 + 9383448 commit 123107f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Source/Contrib/DataConverter/Program.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ static void ShowHelp(List<IDataConverter> converters)
9797
Console.WriteLine(" <INPUT> Specifies the file to read");
9898
Console.WriteLine(" <OUTPUT> Specifies the file to generate");
9999
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();
100105
Console.WriteLine("Multiple outputs may be specified for each input");
101106
Console.WriteLine();
102107
Console.WriteLine("Available file format conversions:");

0 commit comments

Comments
 (0)