Updated README and removed cpu core option from Static subparser

Signed-off-by: Maisam Arif <maisarif@amd.com>
Change-Id: I039c0f0ed2f7094aafe8849baea3cec887b7e8ff
This commit is contained in:
Maisam Arif
2024-02-22 23:40:00 -06:00
rodzic 4ca326d824
commit fa7a2838d8
2 zmienionych plików z 566 dodań i 566 usunięć
+562 -563
Wyświetl plik
Plik diff jest za duży Load Diff
+4 -3
Wyświetl plik
@@ -387,9 +387,10 @@ class AMDSMIParser(argparse.ArgumentParser):
device_args.add_argument('-U', '--cpu', type=self._validate_cpu_core,
action=self._cpu_select(self.cpu_choices),
nargs='+', help=cpu_help)
device_args.add_argument('-O', '--core', type=self._validate_cpu_core,
action=self._core_select(self.core_choices),
nargs='+', help=core_help)
if subcommand_parser._optionals.title != "Static Arguments":
device_args.add_argument('-O', '--core', type=self._validate_cpu_core,
action=self._core_select(self.core_choices),
nargs='+', help=core_help)
if self.helpers.is_hypervisor():
device_args.add_argument('-v', '--vf', action='store', nargs='+',