diff --git a/packages/core/src/stryker-cli.ts b/packages/core/src/stryker-cli.ts index 49a93ae7df..605f8ccfcb 100644 --- a/packages/core/src/stryker-cli.ts +++ b/packages/core/src/stryker-cli.ts @@ -107,11 +107,11 @@ export default class StrykerCli { ) .option( '--logLevel ', - `Set the log level for the console. Possible values: fatal, error, warn, info, debug, trace, all and off. Default is "${defaultValues.logLevel}"` + `Set the log level for the console. Possible values: fatal, error, warn, info, debug, trace and off. Default is "${defaultValues.logLevel}"` ) .option( '--fileLogLevel ', - `Set the log4js log level for the "stryker.log" file. Possible values: fatal, error, warn, info, debug, trace, all and off. Default is "${defaultValues.fileLogLevel}"` + `Set the log4js log level for the "stryker.log" file. Possible values: fatal, error, warn, info, debug, trace and off. Default is "${defaultValues.fileLogLevel}"` ) .option('--allowConsoleColors ', 'Indicates whether or not Stryker should use colors in console.', parseBoolean) .option(