summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/shell/shell.c')
-rw-r--r--cpukit/libmisc/shell/shell.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/libmisc/shell/shell.c b/cpukit/libmisc/shell/shell.c
index 14d4b5f674..e7e57933a0 100644
--- a/cpukit/libmisc/shell/shell.c
+++ b/cpukit/libmisc/shell/shell.c
@@ -854,8 +854,7 @@ bool rtems_shell_main_loop(
if (!input_file) {
rtems_shell_cat_file(stdout,"/etc/motd");
fprintf(stdout, "\n"
- "RTEMS SHELL (Ver.1.0-FRC):%s. " \
- __DATE__". 'help' to list commands.\n",
+ "RTEMS Shell on %s. Use 'help' to list commands.\n",
shell_env->devname);
}