1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-02 22:58:01 +00:00

fix typo bug with ack list available file types command

This commit is contained in:
bmaca
2020-04-18 12:59:10 -05:00
parent 10e2db58b5
commit 46dd81ee97

View File

@@ -2,13 +2,13 @@
The `ack` utility allows you to filter the searched files based on file
type. If you'd like to know all of the file types available, you can use the
`--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
`.ackrc` file.
Here is a sample of some of the output.
```
$ ack --help=types
$ ack --help-types
...
--[no]css .css .less .scss
--[no]dart .dart