[PATCH kanshi] ctl: Add missing newline on usage output
Export this patch
6e1181d altered the usage output and a newline was accidentally omitted.
---
ctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ctl.c b/ctl.c
index 8544f8e..b3d88ac 100644
--- a/ctl.c
+++ b/ctl.c
@@ -15,7 +15,7 @@ static void usage(void) {
"\n"
"Commands:\n"
" reload Reload the configuration file\n"
- " switch <profile> Switch to another profile");
+ " switch <profile> Switch to another profile\n");
}
static long handle_call_done(VarlinkConnection *connection, const char *error,
--
2.41.0
kanshi/patches/.build.yml: FAILED in 21s
[ctl: Add missing newline on usage output][0] from [Brett Cornwall][1]
[0]: https://lists.sr.ht/~emersion/public-inbox/patches/42329
[1]: mailto:brett@i--b.com
✗ #1017330 FAILED kanshi/patches/.build.yml https://builds.sr.ht/~emersion/job/1017330
Pushed, thanks!