aboutsummaryrefslogtreecommitdiff
path: root/shell/msh.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/msh.c')
-rw-r--r--shell/msh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/msh.c b/shell/msh.c
index d56db5714..375b1266e 100644
--- a/shell/msh.c
+++ b/shell/msh.c
@@ -956,9 +956,9 @@ extern int msh_main(int argc, char **argv)
956 interactive++; 956 interactive++;
957#ifndef CONFIG_FEATURE_SH_EXTRA_QUIET 957#ifndef CONFIG_FEATURE_SH_EXTRA_QUIET
958#ifdef MSHDEBUG 958#ifdef MSHDEBUG
959 printf("\n\n" BB_BANNER " Built-in shell (msh with debug)\n"); 959 printf("\n\n%s Built-in shell (msh with debug)\n", BB_BANNER);
960#else 960#else
961 printf("\n\n" BB_BANNER " Built-in shell (msh)\n"); 961 printf("\n\n%s Built-in shell (msh)\n", BB_BANNER);
962#endif 962#endif
963 printf("Enter 'help' for a list of built-in commands.\n\n"); 963 printf("Enter 'help' for a list of built-in commands.\n\n");
964#endif 964#endif