Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(maint) Fix typo in example #375

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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