We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 970d4da commit b123e14Copy full SHA for b123e14
cmd/config.go
@@ -17,7 +17,6 @@ import (
17
)
18
19
func init() {
20
- // configCmd represents the config command
21
var configCmd = &cobra.Command{
22
Use: "config",
23
Short: "Configuration CLI",
@@ -209,7 +208,8 @@ Mics Flags:
209
208
--single string Forced running in single mode
210
-q, --quite Quite Output
211
-Q, --quiteFormat string Format for quite output (default "{{.VulnURL}}")
212
- -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
213
`
214
h += "\n\nExamples Commands:\n"
215
h += " jaeles scan -s 'jira' -s 'ruby' -u target.com\n"
0 commit comments