diff --git a/lib/repl.js b/lib/repl.js index f17a9260772ebf..2da336eae8cf93 100644 --- a/lib/repl.js +++ b/lib/repl.js @@ -355,7 +355,7 @@ function REPLServer(prompt, sawSIGINT = false; return; } - self.output.write('(^C again to quit)\n'); + self.output.write('(To exit, press ^C again or type .exit)\n'); sawSIGINT = true; } else { sawSIGINT = false;