https notes

This commit is contained in:
Lloyd Brookes
2015-12-01 17:17:02 +00:00
parent e790e481ac
commit adbf59cedc
3 changed files with 30 additions and 6 deletions

View File

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