diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7f8d389fd3f..ec0f8057900 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ use GitHub pull requests for this purpose. Consult information on using pull requests. When creating a pull request, please use the provided -[pull request template](/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md) +[pull request template](/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md) and fill out the sections to ensure a smooth review process. For any new feature, please create an issue first to discuss the proposed changes diff --git a/cmd/osv-scanner/internal/cmd/helpers.go b/cmd/osv-scanner/internal/cmd/helpers.go index eeb21aced36..682be8a0bd1 100644 --- a/cmd/osv-scanner/internal/cmd/helpers.go +++ b/cmd/osv-scanner/internal/cmd/helpers.go @@ -24,7 +24,7 @@ EXAMPLES: $ {{.Name}} scan source -r # Scan a source directory in offline mode - $ {{.Name}} scan source --offline-vulnerabilities --download-offline-database -r + $ {{.Name}} scan source --offline-vulnerabilities --download-offline-databases -r # Scan a container image $ {{.Name}} scan image