about summary refs log tree commit diff
path: root/afl-showmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'afl-showmap.c')
-rw-r--r--afl-showmap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/afl-showmap.c b/afl-showmap.c
index 5a4923b4..bce7cb4e 100644
--- a/afl-showmap.c
+++ b/afl-showmap.c
@@ -418,11 +418,10 @@ static void usage(u8* argv0) {
 
        "  -q            - sink program's output and don't show messages\n"
        "  -e            - show edge coverage only, ignore hit counts\n"
-       "  -r            - show raw coverage without AFL filters\n"
+       "  -r            - show real tuple values instead of AFL filter values\n"
        "  -c            - allow core dumps\n\n"
 
        "This tool displays raw tuple data captured by AFL instrumentation.\n"
-       "(Note that *real* tuple data is shown, not interpreted data as in stock afl)\n"
        "For additional help, consult %s/README.\n\n" cRST,
 
        argv0, MEM_LIMIT, doc_path);