Skip to content

Commit 84f2985

Browse files
committed
Ajdust usage msg
1 parent e5bd0a8 commit 84f2985

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pkg/fuzz/config.go

+1-5
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ DISPLAY
4848
4949
FILTER
5050
51-
-H, --hide display only if result does not pass the filters
51+
-H, --hide only display results that don't pass the filters
5252
5353
STDOUT:
5454
-omin, --stdout-min filter to only display if stdout characters number is lesser than n
@@ -163,10 +163,6 @@ func NewConfig() Config {
163163

164164
//CheckConfig: assert that all required fields are present in config, and are adequate to cfuzz run
165165
func (c *Config) CheckConfig() error {
166-
// check field
167-
// if c.WordlistFilename == "" {
168-
// return errors.New("No wordlist provided. Please indicate a wordlist to use for fuzzing (-w,--wordlist)")
169-
// }
170166
if len(c.Wordlists) == 0 {
171167
return errors.New("No wordlist provided. Please indicate a wordlist to use for fuzzing (-w,--wordlist)")
172168
}

0 commit comments

Comments
 (0)