Skip to content

Commit a489a16

Browse files
authored
Update help text (#908)
1 parent 7996cfe commit a489a16

File tree

1 file changed

+2
-2
lines changed
  • azure-devops/azext_devops/dev/team

1 file changed

+2
-2
lines changed

azure-devops/azext_devops/dev/team/_help.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ def load_team_help():
115115
examples:
116116
- name: Assign view, edit and delete permission for team projects.
117117
text: |
118-
az devops security permission update --allow-bit 7 --namespace-id
119-
52d39943-cb85-4d7f-8fa8-c6baac873819 --subject [email protected]
118+
az devops security permission update --allow-bit 7 --namespace-id\
119+
52d39943-cb85-4d7f-8fa8-c6baac873819 --subject [email protected]\
120120
--token "$PROJECT:vstfs:///Classification/TeamProject/e479xxxx-2be8-xxxx-bb0b-3a0209cxxxx"
121121
122122
You would need to add the bit value of the various permission bits to

0 commit comments

Comments
 (0)