Make fd link actually link to fd

This commit is contained in:
Geoff Shannon 2019-02-16 17:57:21 -08:00 committed by David Peter
parent fbee9df719
commit d8f28c177a
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ You can use the `-exec` option of `find` to preview all search results with `bat
find … -exec bat {} +
```
If you happen to use [`fd`](https://github.com/sharkdp/bat), you can use the `-X`/`--exec-batch` option to do the same:
If you happen to use [`fd`](https://github.com/sharkdp/fd), you can use the `-X`/`--exec-batch` option to do the same:
```bash
fd … -X bat
```