From 3efdfe57b7c0eb1b21e21cec128c993cf20da438 Mon Sep 17 00:00:00 2001 From: Zhen Tian Date: Tue, 7 May 2019 21:35:29 +0800 Subject: [PATCH] quiet describe typo (#4688) --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.", }, {