fix alignment in help message

This commit is contained in:
alba4k 2024-08-03 19:17:59 +02:00 committed by Mihai Fufezan
parent 5d85ea03b0
commit 8cffe0618c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ void help() {
" --display NAME - Specify the Wayland display to connect to\n" " --display NAME - Specify the Wayland display to connect to\n"
" --immediate - Lock immediately, ignoring any configured grace period\n" " --immediate - Lock immediately, ignoring any configured grace period\n"
" --immediate-render - Do not wait for resources before drawing the background\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" " -V, --version - Show version information\n"
" -h, --help - Show this help message\n"; " -h, --help - Show this help message\n";
} }