Skip to content

Commit

Permalink
Fix lockfile example syntax (#103)
Browse files Browse the repository at this point in the history
Using mixed --lockfile and -L syntax results in
"Can't use two forms of same flag: L lockfile" error
  • Loading branch information
myersg86 authored Dec 29, 2022
1 parent 124ad0e commit 585881e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ A wide range of lockfiles are supported by utilizing this [lockfile package](htt
#### Example

```bash
$ osv-scanner --lockfile=/path/to/your/package-lock.json -L /path/to/another/Cargo.lock
$ osv-scanner --lockfile=/path/to/your/package-lock.json --lockfile=/path/to/another/Cargo.lock
```

### Scanning a Debian based docker image packages (preview)
Expand Down

0 comments on commit 585881e

Please sign in to comment.