This commit is contained in:
Lloyd Brookes
2015-11-19 10:01:04 +00:00
parent aab1f04a2f
commit bbd0d9fbe6
4 changed files with 93 additions and 11 deletions

View File

@ -14,7 +14,7 @@ module.exports = {
},
{
name: 'compress', alias: 'c', type: Boolean,
description: 'Enable gzip compression, reduces bandwidth.', group: 'server'
description: 'Serve gzip-compressed resources, where applicable', group: 'server'
},
{
name: 'forbid', alias: 'b', type: String, multiple: true, typeLabel: '[underline]{path} ...',