From b02f7b279334f56261f1845a10d016d6c91d5cea Mon Sep 17 00:00:00 2001 From: "Arif, Maisam" Date: Wed, 8 Oct 2025 12:03:17 -0500 Subject: [PATCH] Spellcheck Signed-off-by: Maisam Arif --- amdsmi_cli/amdsmi_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amdsmi_cli/amdsmi_parser.py b/amdsmi_cli/amdsmi_parser.py index a0c8c31512..da446fcdf5 100644 --- a/amdsmi_cli/amdsmi_parser.py +++ b/amdsmi_cli/amdsmi_parser.py @@ -1027,7 +1027,7 @@ class AMDSMIParser(argparse.ArgumentParser): metric_parser.add_argument('-T', '--throttle', dest='throttle', action='store_true', required=False, help=argparse.SUPPRESS) # Options to only display to Hypervisors - # Need to resolve the -G for gaurd, but technically should never interset since it's VF only + # Need to resolve the -G for guard, but technically should never intersect since it's VF only if self.helpers.is_hypervisor(): metric_parser.add_argument('-s', '--schedule', action='store_true', required=False, help=schedule_help) metric_parser.add_argument('-G', '--guard', action='store_true', required=False, help=guard_help)