Merge pull request #16926 from atom/fix-typo

Remove extra hyphen in option description
This commit is contained in:
Antonio Scandurra
2018-03-12 18:25:29 +01:00
committed by GitHub

View File

@@ -45,7 +45,7 @@ module.exports = function parseCommandLine (processArgs) {
'Do not load packages from ~/.atom/packages or ~/.atom/dev/packages.'
)
options.boolean('benchmark').describe('benchmark', 'Open a new window that runs the specified benchmarks.')
options.boolean('benchmark-test').describe('benchmark--test', 'Run a faster version of the benchmarks in headless mode.')
options.boolean('benchmark-test').describe('benchmark-test', 'Run a faster version of the benchmarks in headless mode.')
options.alias('t', 'test').boolean('t').describe('t', 'Run the specified specs and exit with error code on failures.')
options.alias('m', 'main-process').boolean('m').describe('m', 'Run the specified specs in the main process.')
options.string('timeout').describe(