From 108747f26c15674857a5eb00dc0c42e34355f105 Mon Sep 17 00:00:00 2001 From: Ben Perlmutter <57849986+bpmutter@users.noreply.github.com> Date: Tue, 20 Dec 2022 22:07:30 -0500 Subject: [PATCH] Update docs/src/use/command-line-interface.md --- docs/src/use/command-line-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/use/command-line-interface.md b/docs/src/use/command-line-interface.md index 61f641ada047..c87f77d50303 100644 --- a/docs/src/use/command-line-interface.md +++ b/docs/src/use/command-line-interface.md @@ -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`