aboutsummaryrefslogtreecommitdiffstats
path: root/91_poweroff
diff options
context:
space:
mode:
Diffstat (limited to '91_poweroff')
-rwxr-xr-x91_poweroff2
1 files changed, 1 insertions, 1 deletions
diff --git a/91_poweroff b/91_poweroff
index 04fb591..3d6ef05 100755
--- a/91_poweroff
+++ b/91_poweroff
@@ -3,7 +3,7 @@
echo "Adding poweroff option." >&2
cat << EOF
-menuentry 'Poweroff' --class tool {
+menuentry 'Poweroff' --class tool --id poweroff {
halt
}
EOF