help text adjustments for dotnet sln

This commit is contained in:
Jon Sequeira 2017-03-14 11:23:19 -07:00
parent 96683c1421
commit 898d10cb2d
5 changed files with 14 additions and 14 deletions

View file

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