When clicking on "Set me up" on a NuGet-Repository, the following command structure is offered to add the feed to the list of known nuget feeds on the client
nuget sources Add -Name Artifactory -Source <Path to feed>
Since many feeds can be hosted on Artifactory, it would be helpful if the name would not be set to "Artifactory" be default but rather to the name of the feed itself.