Skip to content

Commit

Permalink
Help text example fix (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishitam8 authored and atbagga committed Jun 19, 2019
1 parent f313dc2 commit 5ba2ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-devops/azext_devops/dev/boards/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def load_boards_help():
examples:
- name: Add area to a team.
text: |
az boards area team --team 'ContosoTeam' --path '\\ContosoProject\\MyProjectAreaName'
az boards area team add --team 'ContosoTeam' --path '\\ContosoProject\\MyProjectAreaName'
"""

helps['boards work-item relation'] = """
Expand Down

0 comments on commit 5ba2ce5

Please sign in to comment.