This commit is contained in:
Lloyd Brookes
2015-11-30 12:59:18 +00:00
parent f02f63b9dc
commit 58445f35f0
4 changed files with 223 additions and 20 deletions

View File

@ -34,11 +34,11 @@ module.exports = {
},
{
name: 'key', type: String, typeLabel: '[underline]{file}', group: 'server',
description: 'SSL key. Required, along with --cert for https.'
description: 'SSL key, required for https.'
},
{
name: 'cert', type: String, typeLabel: '[underline]{file}', group: 'server',
description: 'SSL cert. Required, along with --key for https.'
description: 'SSL cert, required for https.'
},
{
name: 'verbose', type: Boolean,