Skip to content

Commit 56b6fb5

Browse files
authored
Update verbosity.md
1 parent 69e0573 commit 56b6fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/guides/advanced/verbosity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ scala-cli config suppress-warning.experimental-features true
148148
```
149149

150150
Depending on outdated libraries produces warnings, which can be suppressed with
151-
the `--suppress-outdated-dependencies-warning` option.
151+
the `--suppress-outdated-dependency-warning` option.
152152

153153
````bash
154-
scala-cli OldDeps.sc --suppress-outdated-dependencies-warning
154+
scala-cli OldDeps.sc --suppress-outdated-dependency-warning
155155
````
156156

157157
Alternatively, the global config key `suppress-warning.outdated-dependencies-files` can be used.

0 commit comments

Comments
 (0)