aboutsummaryrefslogtreecommitdiffstats
path: root/90_reboot
diff options
context:
space:
mode:
Diffstat (limited to '90_reboot')
-rwxr-xr-x90_reboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/90_reboot b/90_reboot
index 21909ee..380b684 100755
--- a/90_reboot
+++ b/90_reboot
@@ -3,7 +3,7 @@
echo "Adding reboot option." >&2
cat << EOF
-menuentry 'Reboot' --class tool {
+menuentry 'Reboot' --class tool --id reboot {
reboot
}
EOF