diff --git a/src/cli/index.js b/src/cli/index.js index a7c17c9bc2..3563284c2d 100644 --- a/src/cli/index.js +++ b/src/cli/index.js @@ -58,7 +58,7 @@ commander.option( ); commander.option('--cache-folder ', 'specify a custom folder to store the yarn cache'); commander.option('--mutex [:specifier]', 'use a mutex to ensure only one yarn instance is executing'); -commander.option('--emoji', 'enable emoji in output', process.platform === 'darwin'); +commander.option('--emoji [bool]', 'enable emoji in output', process.platform === 'darwin'); commander.option('-s, --silent', 'skip Yarn console logs, other types of logs (script output) will be printed'); commander.option('--proxy ', ''); commander.option('--https-proxy ', '');