Skip to content

Commit

Permalink
(maint) Fix typo in example (#375)
Browse files Browse the repository at this point in the history
Previously the example used the plural of the cmdlet name, however, the actual
name is just singular.  This commit updates the example text to use the correct
name and removes trailing whitespace.
  • Loading branch information
glennsarti authored Nov 30, 2020
1 parent 58a5491 commit 06e6e38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Source/en-US/about_vsteam_profiles.help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ TOPIC
VSTeam Profiles

SHORT DESCRIPTION
Profiles allow you to store account information so you do not have to
Profiles allow you to store account information so you do not have to
remember your Personal Access Token (PAT). Simply create a profile for
the desired account and use the profile name to switch to that account
using the Set-VSTeamAccount function. You can press tab after the
using the Set-VSTeamAccount function. You can press tab after the
-Profile parameter to cycle through your profile names.

LONG DESCRIPTION
Using profiles makes it easier to switch from one account to another.
Using profiles makes it easier to switch from one account to another.
Profiles store the URL to the account and authentication information.

To use a profile with the Set-VSTeamAccount function use the -Profile
Expand All @@ -23,7 +23,7 @@ EXAMPLES

This will add a profile named demonstrations for use with Set-VSTeamAccount using the AzD API.

Get-VSTeamProfiles | Remove-VSTeamProfiles -Force
Get-VSTeamProfile | Remove-VSTeamProfile -Force

This will delete all the profiles.

Expand Down

0 comments on commit 06e6e38

Please sign in to comment.