Merge pull request #4576 from dotnet/dev/jgoshi/fixtypo
Fix typo in dotnet test help message
This commit is contained in:
commit
80ec02b4da
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue