Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git
river: clear up docs on -c parameter
This makes the --help message clearly mention that the default init
executable is overidden.
river/main.zig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/river/main.zig b/river/main.zig
index 69a783b..f5ccdd0 100644
--- a/river/main.zig
+++ b/river/main.zig
@@ -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.
\\