diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/node-repl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/node-repl b/bin/node-repl index b4c60b7428..82eb1bca12 100755 --- a/bin/node-repl +++ b/bin/node-repl @@ -5,6 +5,7 @@ puts("Welcome to the Node.js REPL."); puts("Enter ECMAScript at the prompt."); puts("Tip 1: Use 'rlwrap node-repl' for a better interface"); puts("Tip 2: Type Control-D to exit."); +puts("Type '.help' for options."); require('repl').start(); |