Signed-off-by: Maisam Arif <Maisam.Arif@amd.com>
Этот коммит содержится в:
Arif, Maisam
2025-10-08 12:03:17 -05:00
коммит произвёл GitHub
родитель 4e8ed1f3e3
Коммит b02f7b2793
+1 -1
Просмотреть файл
@@ -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)