help text adjustments for dotnet sln
This commit is contained in:
parent
96683c1421
commit
898d10cb2d
5 changed files with 14 additions and 14 deletions
|
@ -24,7 +24,7 @@ namespace Microsoft.DotNet.Tools.Sln.Remove
|
|||
throw new ArgumentNullException(nameof(appliedCommand));
|
||||
}
|
||||
|
||||
if (_appliedCommand.Arguments.Count == 0)
|
||||
if (appliedCommand.Arguments.Count == 0)
|
||||
{
|
||||
throw new GracefulException(CommonLocalizableStrings.SpecifyAtLeastOneProjectToRemove);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue