Skip to content

Commit

Permalink
Update cnc
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Jan 4, 2016
1 parent ce1c541 commit 6bca407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cnc
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ require('colors');
program
.version(pkg.version)
.usage('[options]')
.option('-d, --debug', 'run in debug mode')
.option('-p, --port <port>', 'set listen port (default: 8000)')
.option('-H, --host <host>', 'set listen address or hostname (default: 0.0.0.0)')
.option('-b, --backlog <backlog>', 'set listen backlog (default: 511)')
.option('-c, --config <filename>', 'set config file (default: ~/.cncrc)')
.option('-d, --debug', 'run in debug mode')
.parse(process.argv);

if (program.debug) {
Expand Down

0 comments on commit 6bca407

Please sign in to comment.