aboutsummaryrefslogtreecommitdiff
path: root/Makefile.fuzz
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.fuzz')
-rw-r--r--Makefile.fuzz2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.fuzz b/Makefile.fuzz
index f9c22db4b..666f4c93d 100644
--- a/Makefile.fuzz
+++ b/Makefile.fuzz
@@ -4,7 +4,7 @@
# you can start the fuzzing with: make -f Makefile.fuzz <plugin>
# e.g.
#
-# make -f Makefile.fuzz proxy
+# make -f Makefile.fuzz forward
#
# Each plugin that wants to join the fuzzing fray only needs to add a fuzz.go that calls
# the plugins's ServeDNS and used the plugin/pkg/fuzz for the Do function.