@@ -171,7 +171,7 @@ pub struct Cli {
171171 pub driver : Option < CrosEcDriverType > ,
172172 pub test : bool ,
173173 pub intrusion : bool ,
174- pub inputmodules : bool ,
174+ pub inputdeck : bool ,
175175 pub input_deck_mode : Option < InputDeckModeArg > ,
176176 pub expansion_bay : bool ,
177177 pub charge_limit : Option < Option < u8 > > ,
@@ -745,7 +745,7 @@ pub fn run_with_args(args: &Cli, _allupdate: bool) -> i32 {
745745 } else {
746746 println ! ( " Unable to tell" ) ;
747747 }
748- } else if args. inputmodules {
748+ } else if args. inputdeck {
749749 println ! ( "Input Module Status:" ) ;
750750 if let Some ( status) = print_err ( ec. get_input_deck_status ( ) ) {
751751 println ! ( "Input Deck State: {:?}" , status. state) ;
@@ -1083,7 +1083,7 @@ Options:
10831083 --flash-rw-ec <FLASH_EC> Flash EC with new firmware from file
10841084 --reboot-ec Control EC RO/RW jump [possible values: reboot, jump-ro, jump-rw, cancel-jump, disable-jump]
10851085 --intrusion Show status of intrusion switch
1086- --inputmodules Show status of the input modules (Framework 16 only)
1086+ --inputdeck Show status of the input deck
10871087 --input-deck-mode Set input deck power mode [possible values: auto, off, on] (Framework 16 only)
10881088 --expansion-bay Show status of the expansion bay (Framework 16 only)
10891089 --charge-limit [<VAL>] Get or set battery charge limit (Percentage number as arg, e.g. '100')
0 commit comments