diff --git a/NewSemVer.ps1 b/NewSemVer.ps1 index 9f44c7e..e5442bb 100644 --- a/NewSemVer.ps1 +++ b/NewSemVer.ps1 @@ -25,7 +25,7 @@ Print usage info. #> function Usage { "Updates the Version in the .csproj file. Then, tries to create a new NuGet package, which will" - "fail if nuget.exe isn't in the PATH or the script's directory.`n" + "fail if dotnet core tools aren't installed.`n" ".\NewSemVer.ps1 `n" " The version number to set, for example: 1.2.3" " If prelease/metadata info (e.g. 1.2.3-beta) is provided, only "