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

Commit

Permalink
quiet describe typo (#4688)
Browse files Browse the repository at this point in the history
--quiet hide warnings instead of errors
  • Loading branch information
dawncold authored and Josh Goldberg committed May 7, 2019
1 parent c98a859 commit 3efdfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tslintCli.ts
Expand Up @@ -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.",
},
{
Expand Down

0 comments on commit 3efdfe5

Please sign in to comment.