Skip to content

Commit b123e14

Browse files
committed
v0.9 Release
1 parent 970d4da commit b123e14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/config.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import (
1717
)
1818

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

0 commit comments

Comments
 (0)