Navigation Menu

Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 9, 2015
1 parent c7fb54c commit 4d1aa2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server-options.js
Expand Up @@ -77,7 +77,7 @@ function define() {
'(' + options.systemLogFile + ')');
add('--system-log-level <level>',
'Log level for the system log. ' +
'[silly,debug,verbose,info|warn,error]' +
'[silly,debug,verbose,info,warn,error]' +
'(' + options.systemLogLevel + ')');
add('--cache-size <size>',
'The maximum number of cached responses ' +
Expand Down

0 comments on commit 4d1aa2a

Please sign in to comment.