From 46dd81ee97045f6ef58295af64310fac17ce41aa Mon Sep 17 00:00:00 2001 From: bmaca Date: Sat, 18 Apr 2020 12:59:10 -0500 Subject: [PATCH] fix typo bug with ack list available file types command --- ack/list-available-file-types.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ack/list-available-file-types.md b/ack/list-available-file-types.md index ff3c823..7ae1989 100644 --- a/ack/list-available-file-types.md +++ b/ack/list-available-file-types.md @@ -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