aboutsummaryrefslogtreecommitdiff
path: root/lib/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/help.c')
-rw-r--r--lib/help.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}