Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modifications to UEFI console help message #398

Merged
merged 1 commit into from
Sep 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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