summaryrefslogtreecommitdiff
path: root/utility/crossystem.c
diff options
context:
space:
mode:
Diffstat (limited to 'utility/crossystem.c')
-rw-r--r--utility/crossystem.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/utility/crossystem.c b/utility/crossystem.c
index bef0108f..de479486 100644
--- a/utility/crossystem.c
+++ b/utility/crossystem.c
@@ -51,10 +51,12 @@ const Param sys_param_list[] = {
{"dev_enable_udc", CAN_WRITE, "Enable USB Device Controller"},
{"devsw_boot", 0, "Developer switch position at boot"},
{"devsw_cur", 0, "Developer switch current position"},
- {"disable_alt_os_request", CAN_WRITE, "Disable AltOS mode on next boot"},
+ {"disable_alt_os_request", CAN_WRITE,
+ "Disable Alt OS mode on next boot (writable)"},
{"disable_dev_request", CAN_WRITE, "Disable virtual dev-mode on next boot"},
{"ecfw_act", IS_STRING, "Active EC firmware"},
- {"enable_alt_os_request", CAN_WRITE, "Enable AltOS mode on next boot"},
+ {"enable_alt_os_request", CAN_WRITE,
+ "Enable Alt OS mode on next boot (writable)"},
{"post_ec_sync_delay", CAN_WRITE,
"Short delay after EC software sync (persistent, writable, eve only)"},
{"alt_os_enabled", 0, "Alt OS state (1 if enabled, 0 if disabled)"},