From cc0035b1d71a36b4b63cf4ecf3a7c9006eaa9443 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 19 Sep 2020 16:35:32 -0500 Subject: [PATCH] Add help text to repl line. --- src/boot/boot.janet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/boot.janet b/src/boot/boot.janet index a8a2ff0c..72c047f8 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -2868,7 +2868,7 @@ (when (and (not *compile-only*) (or *should-repl* *no-file*)) (if-not *quiet* - (print "Janet " janet/version "-" janet/build " " (os/which) "/" (os/arch))) + (print "Janet " janet/version "-" janet/build " " (os/which) "/" (os/arch) " - '(doc)' for help")) (flush) (defn getprompt [p] (def [line] (parser/where p))