fix: fix broken link in CLI help

fixes #559
This commit is contained in:
Roman Hotsiy 2018-07-17 11:12:41 +03:00
parent d4ab5adc17
commit bab3e7dfce
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -124,7 +124,7 @@ YargsParser.command(
.demandCommand() .demandCommand()
.options('t', { .options('t', {
alias: 'template', alias: 'template',
describe: 'Path to handlebars page template, see https://git.io/vxZ3V for the example ', describe: 'Path to handlebars page template, see https://git.io/vh8fP for the example ',
type: 'string', type: 'string',
}) })
.options('options', { .options('options', {