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)