From c8813c3e0cc7614937f7945193cc86f65d4fc40e Mon Sep 17 00:00:00 2001 From: Hayley Denbraver Date: Mon, 11 Sep 2023 09:47:04 -0700 Subject: [PATCH] Update docs/experimental.md Co-authored-by: Rex P <106129829+another-rex@users.noreply.github.com> --- docs/experimental.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/experimental.md b/docs/experimental.md index c118710229..2f656d04f3 100644 --- a/docs/experimental.md +++ b/docs/experimental.md @@ -99,7 +99,7 @@ osv-scanner --experimental-local-db ./path/to/your/dir ``` ### Offline option -The offline database flag `--experimental-offline` causes OSV-Scanner to scan your project against a previously downloaded local database. OSV-Scanner will not download or update the local database. When a local database is not present, you will get an error message. +The offline database flag `--experimental-offline` causes OSV-Scanner to scan your project against a previously downloaded local database. OSV-Scanner will not download or update the local database. When a local database is not present, you will get an error message. No network connection is required when using this flag. ```bash osv-scanner --experimental-offline ./path/to/your/dir