From bd10beafaec7fea75a7c1dae0718da613c56edbc Mon Sep 17 00:00:00 2001 From: Satya Madala Date: Tue, 4 Apr 2017 12:40:18 +0530 Subject: [PATCH] update help message for test results directory --- src/dotnet/commands/dotnet-test/LocalizableStrings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dotnet/commands/dotnet-test/LocalizableStrings.cs b/src/dotnet/commands/dotnet-test/LocalizableStrings.cs index 03b76821a..6056e0fc2 100644 --- a/src/dotnet/commands/dotnet-test/LocalizableStrings.cs +++ b/src/dotnet/commands/dotnet-test/LocalizableStrings.cs @@ -61,7 +61,7 @@ namespace Microsoft.DotNet.Tools.Test public const string RunSettingsArgsHelpText = @"Any extra command-line runsettings arguments that should be passed to vstest. See 'dotnet vstest --help' for available options. Example: -- RunConfiguration.ResultsDirectory=""C:\users\user\desktop\Results Directory"" MSTest.DeploymentEnabled=false"; - public const string CmdResultsDirectoryDescription = @"The directory where tests results will be placed. Specified directory will be created if it does not exist. + public const string CmdResultsDirectoryDescription = @"The directory where the test results are going to be placed. The specified directory will be created if it does not exist. Example: --results-directory "; public const string CmdPathToResultsDirectory = "PATH_TO_RESULTS_DIRECTORY";