Skip to content

Commit e9b11a2

Browse files
committed
uefi-help: Add missing options
They were recently added. Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 2e30627 commit e9b11a2

File tree

1 file changed

+6
-0
lines changed
  • framework_lib/src/commandline

1 file changed

+6
-0
lines changed

framework_lib/src/commandline/mod.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,12 @@ Options:
819819
--kblight [<KBLIGHT>] Set keyboard backlight percentage or get, if no value provided
820820
--console <CONSOLE> Get EC console, choose whether recent or to follow the output [possible values: recent, follow]
821821
--hash <HASH> Hash a file of arbitrary data
822+
--pd-addrs <PD_ADDRS> <PD_ADDRS>
823+
Specify I2C addresses of the PD chips (Advanced)
824+
--pd-ports <PD_PORTS> <PD_PORTS>
825+
Specify I2C ports of the PD chips (Advanced)
826+
--has-mec <HAS_MEC>
827+
Specify the type of EC chip (MEC/MCHP or other) [possible values: true, false]
822828
-t, --test Run self-test to check if interaction with EC is possible
823829
-h, --help Print help information
824830
-b Print output one screen at a time

0 commit comments

Comments
 (0)