Skip to content

Commit

Permalink
removed required -p from CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Dunlay committed Apr 9, 2015
1 parent 4335b1b commit 8eb65b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jayson.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var std = {
};

// do we have all arguments required to do something?
if(!(program.method && program.params && (program.url || program.socket))) {
if(!(program.method && (program.url || program.socket))) {
std.err.result(program.helpInformation());
return process.exit(-1);
}
Expand Down

0 comments on commit 8eb65b7

Please sign in to comment.