Skip to content

Commit

Permalink
Modifications to UEFI console help message (#398)
Browse files Browse the repository at this point in the history
- Clarification to pass Module ID and Test ID while using -m -t options

Signed-off-by: Srikar Josyula <srikar.josyula@arm.com>
  • Loading branch information
SrikarJosyula authored Sep 29, 2023
1 parent 0abdbbc commit 6fc79e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions uefi_app/SbsaAvsMain.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6fc79e3

Please sign in to comment.