Skip to content

Commit 314d62d

Browse files
committed
uefi: Update commandline help
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 1ced1d0 commit 314d62d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

framework_lib/src/commandline/clap_std.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ struct ClapCli {
101101
#[arg(long)]
102102
inputmodules: bool,
103103

104-
/// Show status of the input modules (Framework 16 only)
104+
/// Set input deck power mode [possible values: auto, off, on] (Framework 16 only)
105105
#[arg(long)]
106106
input_deck_mode: Option<InputDeckModeArg>,
107107

framework_lib/src/commandline/mod.rs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -771,17 +771,21 @@ Options:
771771
--pd-bin <PD_BIN> Parse versions from PD firmware binary file
772772
--ec-bin <EC_BIN> Parse versions from EC firmware binary file
773773
--capsule <CAPSULE> Parse UEFI Capsule information from binary file
774+
--dump <DUMP> Dump extracted UX capsule bitmap image to a file
775+
--ho2-capsule <HO2_CAPSULE> Parse UEFI Capsule information from binary file
776+
--dump-ec-flash <DUMP_EC_FLASH> Dump EC flash contents
774777
--flash-ec <FLASH_EC> Flash EC with new firmware from file
775778
--flash-ro-ec <FLASH_EC> Flash EC with new firmware from file
776779
--flash-rw-ec <FLASH_EC> Flash EC with new firmware from file
780+
--reboot-ec Control EC RO/RW jump [possible values: reboot, jump-ro, jump-rw, cancel-jump, disable-jump]
777781
--intrusion Show status of intrusion switch
778782
--inputmodules Show status of the input modules (Framework 16 only)
783+
--input-deck-mode Set input deck power mode [possible values: auto, off, on] (Framework 16 only)
779784
--charge-limit [<VAL>] Get or set battery charge limit (Percentage number as arg, e.g. '100')
780785
--fp-brightness [<VAL>]Get or set fingerprint LED brightness level [possible values: high, medium, low]
781786
--kblight [<KBLIGHT>] Set keyboard backlight percentage or get, if no value provided
782787
--console <CONSOLE> Get EC console, choose whether recent or to follow the output [possible values: recent, follow]
783-
--reboot-ec Control EC RO/RW jump [possible values: reboot, jump-ro, jump-rw, cancel-jump, disable-jump]
784-
--dump-ec-flash <DUMP_EC_FLASH> Dump EC flash contents
788+
--hash <HASH> Hash a file of arbitrary data
785789
-t, --test Run self-test to check if interaction with EC is possible
786790
-h, --help Print help information
787791
"#

0 commit comments

Comments
 (0)