Skip to content

Commit

Permalink
v0.9 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
j3ssie committed May 16, 2020
1 parent 970d4da commit b123e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import (
)

func init() {
// configCmd represents the config command
var configCmd = &cobra.Command{
Use: "config",
Short: "Configuration CLI",
Expand Down Expand Up @@ -209,7 +208,8 @@ Mics Flags:
--single string Forced running in single mode
-q, --quite Quite Output
-Q, --quiteFormat string Format for quite output (default "{{.VulnURL}}")
-R, --html string Generate HTML reports after the scan done
-R, --report string HTML report file name
--html string Enable generate HTML reports after the scan done
`
h += "\n\nExamples Commands:\n"
h += " jaeles scan -s 'jira' -s 'ruby' -u target.com\n"
Expand Down

0 comments on commit b123e14

Please sign in to comment.