diff --git a/commands/help.c b/commands/help.c index 8985335..6e61bde 100644 --- a/commands/help.c +++ b/commands/help.c @@ -54,7 +54,7 @@ printf(", "); pos += 2; } - printf(cmdtp->name); + puts(cmdtp->name); pos += len; } }