From 45d34f59b31e304e7184b550ccc468bc41b24460 Mon Sep 17 00:00:00 2001 From: "RuiJun Hu (MSFT)" Date: Wed, 4 Dec 2024 10:49:18 +0800 Subject: [PATCH] fix html tag (#8328) --- src/connectedvmware/azext_connectedvmware/_params.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/connectedvmware/azext_connectedvmware/_params.py b/src/connectedvmware/azext_connectedvmware/_params.py index 9544624aa12..0a4aee947b7 100644 --- a/src/connectedvmware/azext_connectedvmware/_params.py +++ b/src/connectedvmware/azext_connectedvmware/_params.py @@ -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=' " + "NOTE: The default group configured using `az configure --defaults group=` " "is not used, and it must be specified explicitly." ) ) @@ -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=.", + "gateway=`.", ) c.argument( 'disks',