Skip to content

Commit 328544d

Browse files
authored
1 parent 5e2eff7 commit 328544d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ stylelint "foo/**/*.css" --config bar/mySpecialConfig.json
195195
Recursively linting all `.css` files in the `foo` directory using a custom syntax:
196196

197197
```shell
198-
stylelint "foo/**/*.css" --customSyntax path/to/my-custom-syntax.js
198+
stylelint "foo/**/*.css" --custom-syntax path/to/my-custom-syntax.js
199199
```
200200

201201
### Example I - print on success

0 commit comments

Comments
 (0)