river: clear up docs on -c parameter

This makes the --help message clearly mention that the default init
executable is overidden.
This commit is contained in:
LordMZTE 2024-02-16 20:56:15 +01:00 committed by Isaac Freund
parent a7b174ccf4
commit 6692656c00
No known key found for this signature in database
GPG Key ID: 86DED400DDFD7A11

View File

@ -41,7 +41,7 @@ const usage: []const u8 =
\\
\\ -h Print this help message and exit.
\\ -version Print the version number and exit.
\\ -c <command> Run `sh -c <command>` on startup.
\\ -c <command> Run `sh -c <command>` on startup instead of the default init executable.
\\ -log-level <level> Set the log level to error, warning, info, or debug.
\\ -no-xwayland Disable xwayland even if built with support.
\\