Fixing strings based on PR comments

This commit is contained in:
Ankit Mishra 2017-01-05 14:38:13 -08:00
parent c331dc3b97
commit 8334bb643d

View file

@ -5,13 +5,13 @@ namespace Microsoft.DotNet.Tools.Remove.PackageReference
{
internal class LocalizableStrings
{
public const string AppFullName = ".NET Remove Package reference Command";
public const string AppFullName = ".NET Remove Package reference Command.";
public const string AppDescription = "Command to remove package reference";
public const string AppDescription = "Command to remove package reference.";
public const string AppHelpText = "Package references to remove";
public const string AppHelpText = "Package reference to remove.";
public const string SpecifyExactlyOnePackageReference = "Please specify one package reference to remove";
public const string SpecifyExactlyOnePackageReference = "Please specify only one package reference to remove.";
}
}