Navigation Menu

Skip to content

Commit

Permalink
Fix option value handler
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 24, 2014
1 parent af28dd4 commit 9ecc88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/droonga-http-server
Expand Up @@ -34,7 +34,7 @@ options
'droonga')
.option('--enable-logging', 'Enable logging to the standard output')
.option('--cache-size <size>', 'The max number of cached requests',
parseInt, 100)
intOption, 100)
.option('--enable-trust-proxy',
'Enable "trust proxy" configuration. It is required when you run droonga-http-server behind a reverse proxy.')
.parse(process.argv);
Expand Down

0 comments on commit 9ecc88e

Please sign in to comment.