diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/LocalizableStrings.cs b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/LocalizableStrings.cs index d8f7e45a2..bde80c6ea 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/LocalizableStrings.cs +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/LocalizableStrings.cs @@ -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."; } } \ No newline at end of file