about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-11-16 11:03:53 +0100
committervanhauser-thc <vh@thc.org>2021-11-16 11:03:53 +0100
commit268339a683aab00f8487eac1ca31ef5d6c6abc4b (patch)
tree05bead029a76420a380c5d2625360c70743e04e8 /GNUmakefile
parent464f1a78dff320609d4580a7b2493dc5b527df67 (diff)
downloadafl++-268339a683aab00f8487eac1ca31ef5d6c6abc4b.tar.gz
showmap -A -> -H, accurate help output
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ab57e7ad..673d2bf8 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -346,7 +346,7 @@ help:
 	@echo "HELP --- the following make targets exist:"
 	@echo "=========================================="
 	@echo "all: just the main afl++ binaries"
-	@echo "binary-only: everything for binary-only fuzzing: coresight_mode, qemu_mode, unicorn_mode, libdislocator, libtokencap"
+	@echo "binary-only: everything for binary-only fuzzing: qemu_mode, frida_mode, unicorn_mode, coresight_mode, libdislocator, libtokencap"
 	@echo "source-only: everything for source code fuzzing: gcc_plugin, libdislocator, libtokencap"
 	@echo "distrib: everything (for both binary-only and source code fuzzing)"
 	@echo "man: creates simple man pages from the help option of the programs"