From 19dc3a1d1370e89dcd45fad2fb39f7aa9f2a5a72 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Mon, 17 Sep 2018 18:50:47 -0500 Subject: [PATCH] match wording on docs site --- cmd/cmd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cmd.js b/cmd/cmd.js index bffa42647..2e658299e 100644 --- a/cmd/cmd.js +++ b/cmd/cmd.js @@ -168,7 +168,7 @@ class Cmd { .option('-b, --host [host]', __('host to run the dev webserver (default: %s)', 'localhost')) .option('--noserver', __('disable the development webserver')) .option('--nodashboard', __('simple mode, disables the dashboard')) - .option('--nobrowser', __('prevent the development webserver from opening your default web browser')) + .option('--nobrowser', __('prevent the development webserver from automatically opening a web browser')) .option('--no-color', __('no colors in case it\'s needed for compatbility purposes')) .option('--logfile [logfile]', __('filename to output logs (default: %s)', 'none')) .option('--loglevel [loglevel]', __('level of logging to display') + ' ["error", "warn", "info", "debug", "trace"]', /^(error|warn|info|debug|trace)$/i, 'debug')