Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 1dec982

Browse files
authored
docs: Document default for CLI --data (#6359)
1 parent 0d96989 commit 1dec982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/site/markdown/arguments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Advanced Options
118118
| | \-\-dbDriverPath | \<path\> | The path to the database driver; note, this does not need to be set unless the JAR is outside of the class path. | &nbsp; |
119119
| | \-\-dbPassword | \<password\> | The password for connecting to the database. | &nbsp; |
120120
| | \-\-dbUser | \<user\> | The username used to connect to the database. | &nbsp; |
121-
| \-d | \-\-data | \<path\> | The location of the data directory used to store persistent data. This option should generally not be set. | &nbsp; |
121+
| \-d | \-\-data | \<path\> | The location of the data directory used to store persistent data. This option should generally not be set. | /usr/local/var/dependencycheck if installed through brew (→ [formula](https://github.com/Homebrew/homebrew-core/blob/master/Formula/d/dependency-check.rb#L29)). Otherwise, the data directory is created inside the install directory i.e. as a sibbling to the `<install-dir>/bin`, `<install-dir>/lib` directories. |
122122
| | \-\-purge | | Delete the local copy of the NVD. This is used to force a refresh of the data. | &nbsp; |
123123
| | \-\-disableHostedSuppressions | | Whether the usage of the hosted suppressions file will be disabled. | false |
124124
| | \-\-hostedSuppressionsForceUpdate | | Whether the hosted suppressions file will update regardless of the `noupdate` argument. | false |

0 commit comments

Comments
 (0)