diff --git a/uefi_app/SbsaAvsMain.c b/uefi_app/SbsaAvsMain.c index 551d42d9..b74bffcc 100644 --- a/uefi_app/SbsaAvsMain.c +++ b/uefi_app/SbsaAvsMain.c @@ -430,17 +430,17 @@ HelpMsg ( " 1 shows all prints, 5 shows Errors\n" "-mmio Pass this flag to enable pal_mmio_read/write prints, use with -v 1\n" " Refer to section 4 of SBSA_ACS_User_Guide\n" - " To skip a module, use Model_ID as mentioned in user guide\n" + " To skip a module, use Module ID as mentioned in user guide\n" "-l Level of compliance to be tested for\n" " As per SBSA spec, 3 to 7\n" "-f Name of the log file to record the test results in\n" "-skip Test(s) to be skipped\n" " Refer to section 4 of SBSA_ACS_User_Guide\n" - " To skip a module, use Model_ID as mentioned in user guide\n" + " To skip a module, use Module ID as mentioned in user guide\n" " To skip a particular test within a module, use the exact testcase number\n" "-nist Enable the NIST Statistical test suite\n" - "-t If set, will only run the specified test, all others will be skipped.\n" - "-m If set, will only run the specified module, all others will be skipped.\n" + "-t If Test ID(s) set, will only run the specified test, all others will be skipped.\n" + "-m If Module ID(s) set, will only run the specified module, all others will be skipped.\n" "-p2p Pass this flag to indicate that PCIe Hierarchy Supports Peer-to-Peer\n" "-cache Pass this flag to indicate that if the test system supports PCIe address translation cache\n" "-timeout Set timeout multiple for wakeup tests\n"