From dc5091c739cabc25e88fd240ff62710745b6202f Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Fri, 19 Jul 2024 07:52:07 -0400 Subject: [PATCH] docs: remove old recommendation --- cli/src/site/markdown/arguments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/site/markdown/arguments.md b/cli/src/site/markdown/arguments.md index 9e4c1c4d9bf..8e30d80b41b 100644 --- a/cli/src/site/markdown/arguments.md +++ b/cli/src/site/markdown/arguments.md @@ -120,7 +120,7 @@ Advanced Options | | \-\-dbDriverPath | \ | The path to the database driver; note, this does not need to be set unless the JAR is outside of the class path. |   | | | \-\-dbPassword | \ | The password for connecting to the database. |   | | | \-\-dbUser | \ | The username used to connect to the database. |   | -| \-d | \-\-data | \ | 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 `/bin`, `/lib` directories. | +| \-d | \-\-data | \ | The location of the data directory used to store persistent data. | /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 `/bin`, `/lib` directories. | | | \-\-purge | | Delete the local copy of the NVD. This is used to force a refresh of the data. |   | | | \-\-disableHostedSuppressions | | Whether the usage of the hosted suppressions file will be disabled. | false | | | \-\-hostedSuppressionsForceUpdate | | Whether the hosted suppressions file will update regardless of the `noupdate` argument. | false |