Skip to content

Commit

Permalink
fixhtmltaglint (#8344)
Browse files Browse the repository at this point in the history
  • Loading branch information
cxznmhdcxz authored Dec 5, 2024
1 parent 7b130c6 commit b344d6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
_args_schema.host_name = AAZStrArg(
options=["--host-name"],
arg_group="Properties",
help="The Host Name of the device. All Network Device names should follow the format <Fabric Name>-<Rack Type>-<Device Type>. Example: AustinNF-AR-CE1.",
help="The Host Name of the device. All Network Device names should follow the format `<Fabric Name>-<Rack Type>-<Device Type>`. Example: AustinNF-AR-CE1.",
fmt=AAZStrArgFormat(
min_length=1,
),
Expand Down

0 comments on commit b344d6b

Please sign in to comment.