Skip to content

Commit

Permalink
Help text changes to fix documentation (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
atbagga committed Oct 14, 2019
1 parent c8ed36c commit 8af7da5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion azure-devops/azext_devops/dev/artifacts/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def load_artifacts_help():
helps['artifacts'] = """
type: group
short-summary: Manage Azure Artifacts.
long-summary:
long-summary: This command group is a part of the azure-devops extension.
"""

helps['artifacts universal'] = """
Expand Down
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 @@ -10,7 +10,7 @@ def load_boards_help():
helps['boards'] = """
type: group
short-summary: Manage Azure Boards.
long-summary:
long-summary: This command group is a part of the azure-devops extension.
"""

helps['boards work-item'] = """
Expand Down
2 changes: 1 addition & 1 deletion azure-devops/azext_devops/dev/pipelines/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def load_pipelines_help():
helps['pipelines'] = """
type: group
short-summary: Manage Azure Pipelines.
long-summary:
long-summary: This command group is a part of the azure-devops extension.
"""

helps['pipelines runs'] = """
Expand Down
2 changes: 1 addition & 1 deletion azure-devops/azext_devops/dev/repos/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def load_repos_help():
helps['repos'] = """
type: group
short-summary: Manage Azure Repos.
long-summary:
long-summary: This command group is a part of the azure-devops extension.
"""

helps['repos pr'] = """
Expand Down

0 comments on commit 8af7da5

Please sign in to comment.