https notes
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user