Skip to content

Commit

Permalink
uefi-help: Add missing options
Browse files Browse the repository at this point in the history
They were recently added.

Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Oct 19, 2024
1 parent 2e30627 commit e9b11a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions framework_lib/src/commandline/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,12 @@ Options:
--kblight [<KBLIGHT>] Set keyboard backlight percentage or get, if no value provided
--console <CONSOLE> Get EC console, choose whether recent or to follow the output [possible values: recent, follow]
--hash <HASH> Hash a file of arbitrary data
--pd-addrs <PD_ADDRS> <PD_ADDRS>
Specify I2C addresses of the PD chips (Advanced)
--pd-ports <PD_PORTS> <PD_PORTS>
Specify I2C ports of the PD chips (Advanced)
--has-mec <HAS_MEC>
Specify the type of EC chip (MEC/MCHP or other) [possible values: true, false]
-t, --test Run self-test to check if interaction with EC is possible
-h, --help Print help information
-b Print output one screen at a time
Expand Down

0 comments on commit e9b11a2

Please sign in to comment.