We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e2db5 commit 46dd81eCopy full SHA for 46dd81e
ack/list-available-file-types.md
@@ -2,13 +2,13 @@
2
3
The `ack` utility allows you to filter the searched files based on file
4
type. If you'd like to know all of the file types available, you can use the
5
-`--help=types` flag. This will include file types you've specified in your
+`--help-types` flag. This will include file types you've specified in your
6
`.ackrc` file.
7
8
Here is a sample of some of the output.
9
10
```
11
-$ ack --help=types
+$ ack --help-types
12
...
13
--[no]css .css .less .scss
14
--[no]dart .dart
0 commit comments