~emersion/public-inbox

kanshi: ctl: Add missing newline on usage output v1 APPLIED

Brett Cornwall: 1
 ctl: Add missing newline on usage output

 1 files changed, 1 insertions(+), 1 deletions(-)
#1017330 .build.yml failed
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~emersion/public-inbox/patches/42329/mbox | git am -3
Learn more about email & git

[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!