Skip to content

Commit 82a9ca1

Browse files
authored
Merge pull request #709 from twpol/feature/command-line-syntax-2
fix: Add help option to help output to Data Validator
2 parents 123107f + dc950d9 commit 82a9ca1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Contrib/DataValidator/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ static void ShowHelp()
5050
Console.WriteLine();
5151
Console.WriteLine("Options:");
5252
Console.WriteLine(" /verbose Displays all expected/valid values in addition to any errors");
53+
Console.WriteLine(" /help Show help and usage information");
5354
Console.WriteLine();
5455
}
5556

0 commit comments

Comments
 (0)