Commit Diff


commit - 54f55296abf2a40f2c21a89e621ef7af59515b32
commit + f44b3c4e5f075af1be265b896f3fcb320c831ad8
blob - c3517b83e3678f94696a0cb42cd762b23f540e81
blob + 91ea7d77e060ed8ae96c11b778fe39880c883239
--- ctl.c
+++ ctl.c
@@ -261,7 +261,7 @@ show_status(struct imsg *imsg, int *ret)
 	}
 
 	printf("%s\n", s.path);
-	printf("repeat one %s -- repeat all %s\n",
+	printf("repeat one %s\nrepeat all %s\n",
 	    s.rp.repeat_one ? "on" : "off",
 	    s.rp.repeat_all ? "on" : "off");
 	return 1;