Skip to content

Commit

Permalink
wrap <xxx> in backticks for better documentation (Azure#2016)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxianji007 authored Jul 14, 2020
1 parent ac85544 commit 0cc53f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spring-cloud/azext_spring_cloud/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@

helps['spring-cloud app deployment create'] = """
type: command
short-summary: Create a staging deployment for the app. To deploy code or update setting to an existing deployment, use az spring-cloud app deploy/update --deployment <staging deployment>.
short-summary: Create a staging deployment for the app. To deploy code or update setting to an existing deployment, use `az spring-cloud app deploy/update --deployment <staging deployment>`.
examples:
- name: Deploy source code to a new deployment of an app. This will pack current directory, build binary with Pivotal Build Service and then deploy.
text: az spring-cloud app deployment create -n green-deployment --app MyApp -s MyCluster -g MyResourceGroup
Expand Down

0 comments on commit 0cc53f1

Please sign in to comment.