File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/connectedvmware/azext_connectedvmware Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments