diff --git a/lib/cli/opts.start.json b/lib/cli/opts.start.json index 68c27f6b6..945bd403d 100644 --- a/lib/cli/opts.start.json +++ b/lib/cli/opts.start.json @@ -1,6 +1,7 @@ { "help": "Output usage information", - "version": "utput the version number", + "version": "Output the version number", + "browser": "Choose which browser should be auto-opened", "files": "File paths to watch", "exclude": "File patterns to ignore", "server": "Run a Local server (uses your cwd as the web root)",