diff options
Diffstat (limited to 'shell/lash_unused.c')
-rw-r--r-- | shell/lash_unused.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shell/lash_unused.c b/shell/lash_unused.c index 90b1f56cf..21ea5471b 100644 --- a/shell/lash_unused.c +++ b/shell/lash_unused.c | |||
@@ -312,8 +312,9 @@ static int builtin_help(struct child_prog UNUSED_PARAM *dummy) | |||
312 | { | 312 | { |
313 | const struct built_in_command *x; | 313 | const struct built_in_command *x; |
314 | 314 | ||
315 | printf("\nBuilt-in commands:\n" | 315 | printf("\n" |
316 | "-------------------\n"); | 316 | "Built-in commands:\n" |
317 | "------------------\n"); | ||
317 | for (x = bltins; x <= &VEC_LAST(bltins); x++) { | 318 | for (x = bltins; x <= &VEC_LAST(bltins); x++) { |
318 | if (x->descr == NULL) | 319 | if (x->descr == NULL) |
319 | continue; | 320 | continue; |