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 90b1f56..21ea547 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) { const struct built_in_command *x; - printf("\nBuilt-in commands:\n" - "-------------------\n"); + printf("\n" + "Built-in commands:\n" + "------------------\n"); for (x = bltins; x <= &VEC_LAST(bltins); x++) { if (x->descr == NULL) continue; |