Skip to content

Commit

Permalink
fix html tag (#8328)
Browse files Browse the repository at this point in the history
  • Loading branch information
cxznmhdcxz authored Dec 4, 2024
1 parent ae471ba commit 45d34f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/connectedvmware/azext_connectedvmware/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def load_arguments(self: ConnectedvmwareCommandsLoader, _):
'rg_name', options_list=['--resource-group', '-g'],
help=(
"Name of the resource group which will be scanned for HCRP machines. "
"NOTE: The default group configured using 'az configure --defaults group=<name>' "
"NOTE: The default group configured using `az configure --defaults group=<name>` "
"is not used, and it must be specified explicitly."
)
)
Expand Down Expand Up @@ -204,9 +204,9 @@ def load_arguments(self: ConnectedvmwareCommandsLoader, _):
action=VmNicAddAction,
nargs='+',
help="Network overrides for the vm. "
"Usage: --nic name=<> network=<> nic-type=<> power-on-boot=<> "
"Usage: `--nic name=<> network=<> nic-type=<> power-on-boot=<> "
"allocation-method=<> ip-address=<> subnet-mask=<> device-key=<> "
"gateway=<command separated list of gateways>.",
"gateway=<command separated list of gateways>`.",
)
c.argument(
'disks',
Expand Down

0 comments on commit 45d34f5

Please sign in to comment.