Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Fix typo "standard"
Browse files Browse the repository at this point in the history
  • Loading branch information
epicfaace authored and n1chre committed Aug 8, 2020
1 parent 33c4eb7 commit fb30bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/vulndb/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func init() {

var schemaCmd = &cobra.Command{
Use: "schema",
Short: "dump vulndb MySQL schema to standatd output",
Short: "dump vulndb MySQL schema to standard output",
Run: func(cmd *cobra.Command, args []string) {
for _, part := range vulndb.SchemaSQL() {
fmt.Println(part)
Expand Down

0 comments on commit fb30bf5

Please sign in to comment.