git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

commitd3a763d7472e03e0042b50e1f6a92fb40bf4caa2
parent69f17f2e53
authorLordMZTE <[email protected]>
date2024-02-16 20:56
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.
     \\