about summary refs log tree commit diff
path: root/afl-showmap.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-08-01 13:38:49 +0200
committervan Hauser <vh@thc.org>2019-08-01 13:38:49 +0200
commit84855737b332a461f3da61f226142fcb4d2bef0a (patch)
treeb093381fbc77597597bc0b3873ae05d5ed9c13e1 /afl-showmap.c
parent7a608d1346f5e4c18f37ba3d6e2a3ff6d691c551 (diff)
downloadafl++-84855737b332a461f3da61f226142fcb4d2bef0a.tar.gz
little fix
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);