We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e61e09b commit a48bb19Copy full SHA for a48bb19
README.md
@@ -32,8 +32,8 @@ usage: thriftcheck [options] [path ...]
32
You can pass a list of filenames or directory paths. Directories will be
33
expanded recursively to include all nested `.thrift` files.
34
35
-You also can lint from standard input by passing `-` as the sole filename. You
36
-can also use `--stdin-name` to customize the filename used in output messages.
+You also can lint from standard input by passing `-` as the sole filename.
+Use `--stdin-name` to customize the filename used in output messages.
37
38
```sh
39
$ thriftlint --stdin-name filename.thrift - < filename.thrift
0 commit comments