Skip to content

Commit

Permalink
Minor fixes for release (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravsaralMs committed May 27, 2019
1 parent ce061d9 commit c9d9104
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions azure-devops/azext_devops/dev/artifacts/universal.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ def download_package(feed, name, version, path, file_filter=None, organization=N
:type version: str
:param path: Directory to place the package contents.
:type path: str
:param file_filter: File filter.
:type file_filter: str
"""
colorama.init() # Needed for humanfriendly spinner to display correctly
logger.warning(_UNIVERSAL_PREVIEW_MESSAGE)
Expand Down
4 changes: 2 additions & 2 deletions azure-devops/azext_devops/dev/team/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@ def load_team_help():
examples:
- name: Update content of page with path 'my page' in a wiki named 'myprojectwiki' with inline content
text: |
az devops wiki page update --path 'my page' --wiki myprojectwiki --content "Hello World"
az devops wiki page update --path 'my page' --wiki myprojectwiki --content "Hello World"\
--version 4ae78ad5835cb7dd55072fe210c9ee7eb6d6413b
- name: Update content of page with path 'my page' in a wiki with content from a file
text: |
az devops wiki page update --path 'my page' --wiki myprojectwiki --file-path a.txt
az devops wiki page update --path 'my page' --wiki myprojectwiki --file-path a.txt\
--version 4ae78ad5835cb7dd55072fe210c9ee7eb6d6413b
"""

0 comments on commit c9d9104

Please sign in to comment.