mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Merge pull request #21446 from atom/doc-log-file
Clarify the context under which log-file is used
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user