From a08809a3cafdcbe9bc2fa65c0c72bed680c57931 Mon Sep 17 00:00:00 2001 From: khashaik Date: Wed, 10 Jan 2024 01:29:28 -0500 Subject: [PATCH] amdsmi_cli: Update help section - Update help section Change-Id: Ida8022a27ecc9df3ebef94e27e89624c18a9cf46 [ROCm/amdsmi commit: 27fbbc338877e98ada55ea7e744d9e32a9129f7c] --- projects/amdsmi/amdsmi_cli/amdsmi_parser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/amdsmi/amdsmi_cli/amdsmi_parser.py b/projects/amdsmi/amdsmi_cli/amdsmi_parser.py index c8b978e62a..f419b724f2 100644 --- a/projects/amdsmi/amdsmi_cli/amdsmi_parser.py +++ b/projects/amdsmi/amdsmi_cli/amdsmi_parser.py @@ -575,7 +575,7 @@ class AMDSMIParser(argparse.ArgumentParser): \n input parameters are bandwidth type(1,2,4) and link ID encodings\ \n i.e. P2, P3, G0 - G7" cpu_enable_apb_help = "Enables the DF p-state performance boost algorithm" - cpu_disable_apb_help = "Disables the DF p-state performance boost alogorithm." + cpu_disable_apb_help = "Disables the DF p-state performance boost algorithm." "Input parameter is DFPstate (0 -3 )" set_cpu_pow_limit_help = "Set power limit for the given socket. Input parameter is \ power limit value." @@ -597,7 +597,7 @@ core limit value" cpu_ddr_bandwidth_help = "Displays per socket max ddr bw, current utilized bw and current utilized ddr bw in percentage" cpu_temp_help = "Displays cpu socket temperature" cpu_dimm_temp_range_rate_help = "Displays dimm temperature range and refresh rate" - cpu_dimm_pow_conumption_help = "Displays dimm power conumption" + cpu_dimm_pow_conumption_help = "Displays dimm power consumption" cpu_dimm_thermal_sensor_help = "Displays dimm thermal sensor" set_cpu_gmi3_link_width_help = "Sets max and min gmi3 link width range" set_cpu_pcie_lnk_rate_help = "Sets pcie link rate"