Skip to content

Commit

Permalink
Fixed help text
Browse files Browse the repository at this point in the history
  • Loading branch information
mekwall committed Jan 5, 2013
1 parent 784796e commit 35aef2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/overseer
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ program
.on('--help', function(){ .on('--help', function(){
console.log(' Examples:'); console.log(' Examples:');
console.log(''); console.log('');
console.log(' $ overseer -w -P 61337 -H localhost -f 4 app.js'); console.log(' $ overseer -w -f 4 app.js');
console.log(''); console.log('');
}) })
.parse(process.argv); .parse(process.argv);
Expand Down

0 comments on commit 35aef2d

Please sign in to comment.