From e9b11a23ea3a8abef5d8751be2cfe710572ebd72 Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Sat, 19 Oct 2024 18:41:04 +0800 Subject: [PATCH] uefi-help: Add missing options They were recently added. Signed-off-by: Daniel Schaefer --- framework_lib/src/commandline/mod.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/framework_lib/src/commandline/mod.rs b/framework_lib/src/commandline/mod.rs index f5a1efa..4eb4410 100644 --- a/framework_lib/src/commandline/mod.rs +++ b/framework_lib/src/commandline/mod.rs @@ -819,6 +819,12 @@ Options: --kblight [] Set keyboard backlight percentage or get, if no value provided --console Get EC console, choose whether recent or to follow the output [possible values: recent, follow] --hash Hash a file of arbitrary data + --pd-addrs + Specify I2C addresses of the PD chips (Advanced) + --pd-ports + Specify I2C ports of the PD chips (Advanced) + --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