|
@@ -32,7 +32,7 @@ static void handle_poweroff(int key)
|
|
|
|
|
|
static struct sysrq_key_op sysrq_poweroff_op = {
|
|
static struct sysrq_key_op sysrq_poweroff_op = {
|
|
.handler = handle_poweroff,
|
|
.handler = handle_poweroff,
|
|
- .help_msg = "powerOff",
|
|
|
|
|
|
+ .help_msg = "poweroff(o)",
|
|
.action_msg = "Power Off",
|
|
.action_msg = "Power Off",
|
|
.enable_mask = SYSRQ_ENABLE_BOOT,
|
|
.enable_mask = SYSRQ_ENABLE_BOOT,
|
|
};
|
|
};
|