Skip to content

Commit

Permalink
Update docs/src/use/command-line-interface.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bpmutter committed Dec 21, 2022
1 parent d3c2bad commit 108747f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/use/command-line-interface.md
Expand Up @@ -628,7 +628,7 @@ If the directory for the cache does not exist make sure you add a trailing `/` o
##### `--cache-location` example

```shell
npx eslint "src/**/*.js" --cache --cache-location "/User/user/.eslintcache/"
npx eslint "src/**/*.js" --cache --cache-location "/Users/user/.eslintcache/"
```

#### `--cache-strategy`
Expand Down

0 comments on commit 108747f

Please sign in to comment.