Skip to content

Commit

Permalink
debugger: improve help information
Browse files Browse the repository at this point in the history
Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
PR-URL: nodejs/node-v0.x-archive#14172
  • Loading branch information
JacksonTian authored and Julien Gilli committed Apr 14, 2015
1 parent d5b3224 commit c63a39b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/_debugger.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ exports.start = function(argv, stdin, stdout) {

if (argv.length < 1) {
console.error('Usage: node debug script.js');
console.error(' node debug <host>:<port>');
console.error(' node debug -p <pid>');
process.exit(1);
}

Expand Down

0 comments on commit c63a39b

Please sign in to comment.