From 7a87801f9a77fd5c3fa60c49e5d532a9761632a0 Mon Sep 17 00:00:00 2001 From: Danny Gleckler Date: Thu, 20 Jul 2023 14:11:40 -0400 Subject: [PATCH] Fix option descriptions --- src/server/cli/test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/server/cli/test.js b/src/server/cli/test.js index fb2529eb..a7f8ca41 100755 --- a/src/server/cli/test.js +++ b/src/server/cli/test.js @@ -29,7 +29,7 @@ async function getTestRunnerOptions(argv = []) { { name: 'manual', type: Boolean, - description: 'Starts test runner in manual testing mode. Ignores browser options and prints manual testing URL.\n{underline Not compatible with automated browser interactions}\nConsider using --watch to debug in the browser instead', + description: 'Starts test runner in manual testing mode. Ignores browser options and prints manual testing URL.\n{underline Not compatible with automated browser interactions}\nConsider using --watch to debug in the browser instead.', order: 11 }, { @@ -70,7 +70,7 @@ async function getTestRunnerOptions(argv = []) { { name: 'golden', type: Boolean, - description: 'Generate new golden screenshots. Ignored unless group is "vdiff"', + description: 'Generate new golden screenshots. Ignored unless group is "vdiff".', order: 10 }, {