Merge pull request #4576 from dotnet/dev/jgoshi/fixtypo

Fix typo in dotnet test help message
This commit is contained in:
Livar 2016-11-01 20:51:28 -07:00 committed by GitHub
commit 80ec02b4da

View file

@ -72,7 +72,7 @@ namespace Microsoft.DotNet.Tools.Test
CommandOptionType.SingleValue);
var outputOption = cmd.Option(
"-o|--output <OotputDir>",
"-o|--output <OutputDir>",
@"Directory in which to find the binaries to be run",
CommandOptionType.SingleValue);