Commit fb8be7b
cmd/gendb: fix flag defaults
Looks like the usage specification is wrong.
Before:
```
$ gendb -h
Usage of gendb:
-out string
(default "Directory to write JSON database to")
-reports string
(default "Directory containing toml reports")
```
After:
```
$ gendb -h
Usage of /var/folders/j7/pvz71jxn637dqd96gm80nhwm0000gn/T/go-build330871962/b001/exe/main:
-out string
Directory to write JSON database to (default "out")
-reports string
Directory containing toml reports (default "reports")
```
Change-Id: I47fd858bdcb19eb22e5aefc7d891497c58e567ba
GitHub-Last-Rev: 07a42f8
GitHub-Pull-Request: #3
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/314550
Reviewed-by: Roland Shoemaker <[email protected]>
Trust: Michael Knyszek <[email protected]>1 parent c856ba8 commit fb8be7b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments