This commit is contained in:
Lloyd Brookes
2014-06-17 09:52:26 +01:00
parent 706bd277df
commit 4087cf6601
3 changed files with 6 additions and 4 deletions

View File

@ -8,7 +8,7 @@ module.exports = [
},
{
name: "log-format", alias: "f", type: String,
description: "Access log format, written to stdout. Use one of \n'none', 'dev', '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. Format options: 'none', 'dev',\n'default', 'short', 'tiny' or 'logstalgia'."
},
{
name: "directory", alias: "d", type: String,