Skip to content

Commit d249d29

Browse files
authored
fix false broken link with code fence
1 parent 1c20fa6 commit d249d29

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/appservice

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/appservice/_params.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def load_arguments(self, _):
338338
c.argument('manual_integration', action='store_true',
339339
help='disable automatic sync between source control and web')
340340
c.argument('repo_url', options_list=['--repo-url', '-u'],
341-
help='repository url to pull the latest source from, e.g. https://github.com/foo/foo-web')
341+
help='repository url to pull the latest source from, e.g. `https://github.com/foo/foo-web`')
342342
c.argument('branch', help='the branch name of the repository')
343343
c.argument('repository_type', help='repository type',
344344
arg_type=get_enum_type(['git', 'mercurial', 'github', 'externalgit', 'localgit']))

0 commit comments

Comments
 (0)