diff --git a/src/cli/index.js b/src/cli/index.js index 7b29072d0..462826ea1 100755 --- a/src/cli/index.js +++ b/src/cli/index.js @@ -179,7 +179,8 @@ const questions = [ { type: 'list', name: 'mainAttribute', - message: 'Attribute to highlight', + message: 'Attribute to display', + suffix: `\n ${chalk.gray('Used to generate the default result template')}`, choices: async answers => [ { name: 'None',