From 71526995c29de8d9a13c8b5041b24eaf5ad0c891 Mon Sep 17 00:00:00 2001 From: sadick254 Date: Wed, 7 Oct 2020 15:26:27 +0300 Subject: [PATCH] Clarify the context under which log-file is used --- src/main-process/parse-command-line.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main-process/parse-command-line.js b/src/main-process/parse-command-line.js index 90963a1c4..d00464d43 100644 --- a/src/main-process/parse-command-line.js +++ b/src/main-process/parse-command-line.js @@ -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')