diff options
Diffstat (limited to 'shell/msh.c')
-rw-r--r-- | shell/msh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/msh.c b/shell/msh.c index dffacf02a..fe85a8170 100644 --- a/shell/msh.c +++ b/shell/msh.c @@ -3174,7 +3174,7 @@ static int dohelp(struct op *t UNUSED_PARAM, char **args UNUSED_PARAM) int col; const struct builtincmd *x; - printf("\n" + printf( "Built-in commands:\n" "------------------\n"); |