Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Commit 3efdfe5

Browse files
dawncoldJosh Goldberg
authored and
Josh Goldberg
committed
quiet describe typo (#4688)
--quiet hide warnings instead of errors
1 parent c98a859 commit 3efdfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tslintCli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ const options: Option[] = [
187187
short: "q",
188188
name: "quiet",
189189
type: "boolean",
190-
describe: "hide errors on lint",
190+
describe: "hide warnings on lint",
191191
description: "If true, hides warnings from linting output.",
192192
},
193193
{

0 commit comments

Comments
 (0)