From 63a0e7afff271ac1b1df3309bbf35f52e4771419 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 12 Apr 2019 18:14:20 -0500 Subject: Make help text spacing consistent. --- lib/help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/help.c') diff --git a/lib/help.c b/lib/help.c index d0185678..7b97e8b9 100644 --- a/lib/help.c +++ b/lib/help.c @@ -30,6 +30,6 @@ void show_help(FILE *out) i = toy_find(++s)-toy_list; } - fprintf(out, "%s", s); + fprintf(out, "%s\n", s); } } -- cgit v1.2.3