mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-11-16 23:05:58 +01:00
fix alignment in help message
This commit is contained in:
parent
5d85ea03b0
commit
8cffe0618c
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue