Merge pull request #21446 from atom/doc-log-file

Clarify the context under which log-file is used
This commit is contained in:
Sadick
2020-10-07 17:15:51 +03:00
committed by GitHub

View File

@@ -59,7 +59,7 @@ module.exports = function parseCommandLine(processArgs) {
options
.alias('l', 'log-file')
.string('l')
.describe('l', 'Log all output to file.');
.describe('l', 'Log all output to file when running tests.');
options
.alias('n', 'new-window')
.boolean('n')