1.install dotnet-core-uninstall (1.7.550802)
2.run dotnet-core-uninstall remove --help
Expected Result:
The help text list should correspond to the synopsis text in this link.
dotnet-core-uninstall remove command - .NET | Microsoft Learn
Actual Result:
Help text for command "dotnet-core-uninstall remove| dry-run" need to be updated

Should be modified to:
dotnet-core-uninstall remove [--x64|--x86] ...
[-v|--verbosity ] [--force] [-y|--yes]
dotnet-core-uninstall remove [--x64|--x86]
[-v|--verbosity ] [--force] [-y|--yes]
dotnet-core-uninstall remove -h|--help|-?