docs/labnag.1.scd: fix missed escape
Some checks failed
labwc.github.io / notify (push) Has been cancelled

This commit is contained in:
01micko 2025-08-30 21:51:14 +10:00 committed by Hiroaki Yamamoto
parent f0ccbfed18
commit d1a9529239

View file

@ -119,7 +119,7 @@ This is a simple example of a _labnag_ logout GUI.
labnag \\
-f "Hack Regular 10"\\
-m "Choose your logout option"\\
-Z " Lock " "gtklock -d"\
-Z " Lock " "gtklock -d"\\
-Z " Logout " "labwc -e"\\
-Z "Shutdown " "systemctl poweroff"\\
-Z " Reboot " "systemctl reboot"\\