Skip to content

Commit

Permalink
add -json
Browse files Browse the repository at this point in the history
  • Loading branch information
zan8in committed Dec 21, 2022
1 parent 7499292 commit bb32a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/afrog/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func readConfig() {
flagSet.CreateGroup("output", "Output",
flagSet.StringVarP(&options.Output, "output", "o", "", "output html report, eg: -o result.html"),
flagSet.BoolVarP(&options.PrintPocs, "printpocs", "pp", false, "print afrog-pocs list"),
flagSet.StringVar(&options.OutputJson, "json", "", "write output in JSON format"),
flagSet.StringVar(&options.OutputJson, "json", "", "write output in JSON format, eg: -json result.json"),
)

flagSet.CreateGroup("filters", "Filtering",
Expand Down

0 comments on commit bb32a14

Please sign in to comment.