Skip to content

Commit

Permalink
waylock: update help text
Browse files Browse the repository at this point in the history
  • Loading branch information
tiosgz committed Feb 15, 2024
1 parent 1a15650 commit 66b74c3
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@ const flags = @import("flags.zig");
const usage =
\\usage: waylock [options]
\\
\\ -h Print this help message and exit.
\\ -version Print the version number and exit.
\\ -log-level <level> Set the log level to error, warning, info, or debug.
\\ -h Print this help message and exit.
\\ -version Print the version number and exit.
\\ -log-level <level> Set the log level to error, warning, info, or debug.
\\
\\ -fork-on-lock Fork to the background after locking.
\\ -fork-on-lock Fork to the background after locking.
\\ -ignore-empty-password Do not validate an empty password.
\\
\\ -init-color 0xRRGGBB Set the initial color.
\\ -input-color 0xRRGGBB Set the color used after input.
\\ -fail-color 0xRRGGBB Set the color used on authentication failure.
\\ -init-color 0xRRGGBB Set the initial color.
\\ -input-color 0xRRGGBB Set the color used after input.
\\ -fail-color 0xRRGGBB Set the color used on authentication failure.
\\
;

Expand Down

0 comments on commit 66b74c3

Please sign in to comment.