fixed refresh-rate issue, readme updated
This commit is contained in:
@ -8,7 +8,7 @@ module.exports = [
|
||||
},
|
||||
{
|
||||
name: "log-format", alias: "f", type: String,
|
||||
description: "If a format is supplied an access log is written to stdout. If not, \na statistics view is displayed. Format options: 'none', 'dev',\n'default', 'short', 'tiny' or 'logstalgia'."
|
||||
description: "If a format is supplied an access log is written to stdout. If not, \na statistics view is displayed. Use a preset ('none', 'dev',\n'default', 'short', 'tiny' or 'logstalgia') or supply a custom format\n(e.g. ':method -> :url')."
|
||||
},
|
||||
{
|
||||
name: "directory", alias: "d", type: String,
|
||||
@ -19,7 +19,7 @@ module.exports = [
|
||||
description: "Enables compression"
|
||||
},
|
||||
{
|
||||
name: "refreshRate", alias: "r", type: Number,
|
||||
name: "refresh-rate", alias: "r", type: Number,
|
||||
description: "Statistics view refresh rate in ms. Defaults to 500."
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user