Skip to content

Commit 23a9ae0

Browse files
authored
docs: Correct flag name in migration guide for offline database download (#1827)
Corrects a typo in the migration guide documentation. The flag `--experimental-download-offline-databases` is incorrectly listed. The correct flag for downloading offline databases is `--download-offline-databases`. This change updates the documentation to reflect the accurate command-line flag. GitHub page https://s-index.github.io/osv-scanner/migration-guide.html
1 parent 3880d7d commit 23a9ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Most experimental commands have now been stablized, all experimental versions of
1414
- You can still specify the license allow list after `--licenses` flag like so: `--licenses="MIT,Apache 2.0,..."`
1515
- `--experimental-offline` => `--offline`
1616
- `--experimental-offline-vulnerabilities` => `--offline-vulnerabilities`
17-
- `--experimental-download-offline-databases` => `--offline-download-offline-databases`
17+
- `--experimental-download-offline-databases` => `--download-offline-databases`
1818
- `--experimental-no-resolve` => `--no-resolve`
1919

2020
---

0 commit comments

Comments
 (0)