Projects STRLCPY afrog Commits bb32a142
🤬
  • ■ ■ ■ ■
    cmd/afrog/main.go
    skipped 105 lines
    106 106   flagSet.CreateGroup("output", "Output",
    107 107   flagSet.StringVarP(&options.Output, "output", "o", "", "output html report, eg: -o result.html"),
    108 108   flagSet.BoolVarP(&options.PrintPocs, "printpocs", "pp", false, "print afrog-pocs list"),
    109  - flagSet.StringVar(&options.OutputJson, "json", "", "write output in JSON format"),
     109 + flagSet.StringVar(&options.OutputJson, "json", "", "write output in JSON format, eg: -json result.json"),
    110 110   )
    111 111   
    112 112   flagSet.CreateGroup("filters", "Filtering",
    skipped 33 lines
Please wait...
Page is in error, reload to recover