Minor improvements to generator

This commit is contained in:
Sahat Yalkabov
2014-04-14 14:11:28 -04:00
parent 26656a6c0d
commit f8aee4c90e

View File

@ -111,7 +111,7 @@ inquirer.prompt({
{ name: 'Local', checked: true },
{ name: 'LinkedIn', checked: true },
{ name: 'Instagram' },
new inquirer.Separator('Press ctrl+ to quit')
new inquirer.Separator('Press ctrl+c to cancel'.warn)
],
validate: function(answer) {
if (answer.length < 1) return 'You must choose at least one authentication provider.';