diff --git a/src/tslintCli.ts b/src/tslintCli.ts index 9aaabf99e1c..7f9d0a6cbb7 100644 --- a/src/tslintCli.ts +++ b/src/tslintCli.ts @@ -187,7 +187,7 @@ const options: Option[] = [ short: "q", name: "quiet", type: "boolean", - describe: "hide errors on lint", + describe: "hide warnings on lint", description: "If true, hides warnings from linting output.", }, {