mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
Minor docstring update on s3bootscript.py
This commit is contained in:
committed by
Nathaniel Mitchell
parent
8e0216b637
commit
eb40e2b88d
@@ -43,12 +43,11 @@ Where:
|
||||
- ``[]``: optional line
|
||||
|
||||
Examples:
|
||||
|
||||
>>> chipsec_main.py -m common.uefi.s3bootscript
|
||||
>>> chipsec_main.py -m common.uefi.s3bootscript -a 0x00000000BDE10000
|
||||
|
||||
NOTE:
|
||||
Requires an OS with UEFI Runtime API support.
|
||||
.. NOTE::
|
||||
Requires an OS with UEFI Runtime API support.
|
||||
"""
|
||||
|
||||
from chipsec.module_common import BaseModule, ModuleResult, MTAG_BIOS, MTAG_SMM, MTAG_SECUREBOOT
|
||||
|
||||
Reference in New Issue
Block a user