From 8cffe0618c26f8a443e0509522582e0e6227ef40 Mon Sep 17 00:00:00 2001 From: alba4k Date: Sat, 3 Aug 2024 19:17:59 +0200 Subject: [PATCH] fix alignment in help message --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index e1d4d9b..d797503 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -14,7 +14,7 @@ void help() { " --display NAME - Specify the Wayland display to connect to\n" " --immediate - Lock immediately, ignoring any configured grace period\n" " --immediate-render - Do not wait for resources before drawing the background\n" - " --no-fade-in - Disable the fade-in animation when the lock screen appears\n" + " --no-fade-in - Disable the fade-in animation when the lock screen appears\n" " -V, --version - Show version information\n" " -h, --help - Show this help message\n"; }