From 996c7cfa6e58cc986e0be22b61d2758bf9af702d Mon Sep 17 00:00:00 2001 From: Kirill Nagaitsev Date: Tue, 7 Jul 2020 11:01:27 -0500 Subject: [PATCH] chore(cli): change description of name flag --- bin/cli-flags.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cli-flags.js b/bin/cli-flags.js index 31d8849dc8..e0248991c5 100644 --- a/bin/cli-flags.js +++ b/bin/cli-flags.js @@ -134,7 +134,7 @@ module.exports = { { name: 'name', type: String, - describe: 'Name or index of webpack config to get devServer config from', + describe: 'Name of webpack config to get devServer config from', }, ], };