summaryrefslogtreecommitdiffstatshomepage
path: root/unix
diff options
context:
space:
mode:
Diffstat (limited to 'unix')
-rw-r--r--unix/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/main.c b/unix/main.c
index 1200b7d5d1..1549054f04 100644
--- a/unix/main.c
+++ b/unix/main.c
@@ -139,7 +139,6 @@ STATIC char *prompt(char *p) {
STATIC void do_repl(void) {
printf("Micro Python build " MICROPY_GIT_HASH " on " MICROPY_BUILD_DATE "; UNIX version\n");
- printf("Type \"help()\" for more information.\n");
for (;;) {
char *line = prompt(">>> ");