diff --git a/strudy.js b/strudy.js index 6c73c4e..55a1d3a 100644 --- a/strudy.js +++ b/strudy.js @@ -64,7 +64,7 @@ program .command('inspect') .alias('study') .argument('', 'Path/URL to crawl report') - .option('-cc, --cc ', 'people to Cc in issues that may need help') + .option('--cc ', 'people to Cc in issues that may need help') .option('-f, --format ', 'report markdown or json', 'markdown') .option('-i, --issues ', 'report issues as markdown files in the given folder') .option('-m, --max ', 'maximum number of issue files to create/update', myParseInt, 0)