Skip to content

Commit 45d34f5

Browse files
authored
fix html tag (#8328)
1 parent ae471ba commit 45d34f5

File tree

1 file changed

+3
-3
lines changed
  • src/connectedvmware/azext_connectedvmware

1 file changed

+3
-3
lines changed

src/connectedvmware/azext_connectedvmware/_params.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def load_arguments(self: ConnectedvmwareCommandsLoader, _):
123123
'rg_name', options_list=['--resource-group', '-g'],
124124
help=(
125125
"Name of the resource group which will be scanned for HCRP machines. "
126-
"NOTE: The default group configured using 'az configure --defaults group=<name>' "
126+
"NOTE: The default group configured using `az configure --defaults group=<name>` "
127127
"is not used, and it must be specified explicitly."
128128
)
129129
)
@@ -204,9 +204,9 @@ def load_arguments(self: ConnectedvmwareCommandsLoader, _):
204204
action=VmNicAddAction,
205205
nargs='+',
206206
help="Network overrides for the vm. "
207-
"Usage: --nic name=<> network=<> nic-type=<> power-on-boot=<> "
207+
"Usage: `--nic name=<> network=<> nic-type=<> power-on-boot=<> "
208208
"allocation-method=<> ip-address=<> subnet-mask=<> device-key=<> "
209-
"gateway=<command separated list of gateways>.",
209+
"gateway=<command separated list of gateways>`.",
210210
)
211211
c.argument(
212212
'disks',

0 commit comments

Comments
 (0)