summaryrefslogtreecommitdiffstats
path: root/commands/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/help.c')
-rw-r--r--commands/help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/help.c b/commands/help.c
index 898533594f..6e61bde1af 100644
--- a/commands/help.c
+++ b/commands/help.c
@@ -54,7 +54,7 @@ static void list_group(int verbose, const char *grpname, uint32_t group)
printf(", ");
pos += 2;
}
- printf(cmdtp->name);
+ puts(cmdtp->name);
pos += len;
}
}