fixed refresh-rate issue, readme updated

This commit is contained in:
Lloyd Brookes
2014-06-17 12:55:37 +01:00
parent b6d89678be
commit 68ebf8cf6f
4 changed files with 41 additions and 19 deletions

View File

@ -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."
}
]