diff options
Diffstat (limited to 'shell/lash_unused.c')
-rw-r--r-- | shell/lash_unused.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/lash_unused.c b/shell/lash_unused.c index 21ea5471b..2574987c5 100644 --- a/shell/lash_unused.c +++ b/shell/lash_unused.c @@ -312,7 +312,7 @@ static int builtin_help(struct child_prog UNUSED_PARAM *dummy) { const struct built_in_command *x; - printf("\n" + printf( "Built-in commands:\n" "------------------\n"); for (x = bltins; x <= &VEC_LAST(bltins); x++) { |