Fix typo in dotnet test help message

This commit is contained in:
Justin Goshi 2016-11-01 18:57:32 -07:00
parent d520160ce3
commit 3f7a21339f

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);