diff --git a/src/dotnet/Program.cs b/src/dotnet/Program.cs index 72e0458fd..07d3b4b7d 100644 --- a/src/dotnet/Program.cs +++ b/src/dotnet/Program.cs @@ -182,8 +182,8 @@ namespace Microsoft.DotNet.Cli var commitSha = GetCommitSha() ?? "N/A"; Reporter.Output.WriteLine(); Reporter.Output.WriteLine("Product Information:"); - Reporter.Output.WriteLine($" Version: {Product.Version}"); - Reporter.Output.WriteLine($" Commit Sha: {commitSha}"); + Reporter.Output.WriteLine($" Version: {Product.Version}"); + Reporter.Output.WriteLine($" Commit SHA-1 hash: {commitSha}"); Reporter.Output.WriteLine(); Reporter.Output.WriteLine("Runtime Environment:"); Reporter.Output.WriteLine($" OS Name: {RuntimeEnvironment.OperatingSystem}");