make string consistent
This commit is contained in:
parent
baf1f76b6f
commit
bb9cdf5725
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ namespace Microsoft.DotNet.Tools.Sln
|
|||
public const string AppHelpText = "Projects to add or to remove from the solution.";
|
||||
|
||||
public const string AddAppFullName = ".NET Add project(s) to a solution file Command";
|
||||
public const string AddSubcommandHelpText = "Add a specified project(s) to the solution.";
|
||||
public const string AddSubcommandHelpText = "Add one or more specified projects to the solution.";
|
||||
|
||||
public const string RemoveAppFullName = ".NET Remove project(s) from a solution file Command";
|
||||
public const string RemoveSubcommandHelpText = "Remove the specified project(s) from the solution. The project is not impacted.";
|
||||
|
|
Loading…
Reference in a new issue