Skip to content

Commit 46dd81e

Browse files
committed
fix typo bug with ack list available file types command
1 parent 10e2db5 commit 46dd81e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ack/list-available-file-types.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
The `ack` utility allows you to filter the searched files based on file
44
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
5+
`--help-types` flag. This will include file types you've specified in your
66
`.ackrc` file.
77

88
Here is a sample of some of the output.
99

1010
```
11-
$ ack --help=types
11+
$ ack --help-types
1212
...
1313
--[no]css .css .less .scss
1414
--[no]dart .dart

0 commit comments

Comments
 (0)