Skip to content

Commit cfb8fe9

Browse files
committed
fix html tag lint
1 parent 1f22d68 commit cfb8fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/image-gallery/azext_image_gallery/_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def load_arguments(self, _):
2424
options_list=['--gallery-image-version', '-e'],
2525
help='The name of the gallery image version to be created. Needs to follow semantic version name pattern: '
2626
'The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. '
27-
'Format: <MajorVersion>.<MinorVersion>.<Patch>', id_part='child_name_3'
27+
'Format: `<MajorVersion>.<MinorVersion>.<Patch>`', id_part='child_name_3'
2828
)
2929

3030
marker_type = CLIArgumentType(

0 commit comments

Comments
 (0)