From 4befe04c16ec45fd14ffd3a9df66f03c5382abc2 Mon Sep 17 00:00:00 2001 From: Zhen Tian Date: Tue, 30 Apr 2019 15:01:14 +0800 Subject: [PATCH] quiet describe typo --quiet hide warnings instead of errors --- src/tslintCli.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.", }, {