about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-05 11:04:55 +0100
committervan Hauser <vh@thc.org>2020-03-05 11:04:55 +0100
commitcc72f5dfd0905cca44485e7f1c1cfae8f2b051a4 (patch)
treebd7a119044ab59417443ddc530fdaee6fc0af373 /src
parent6d620f5e0c297388446ac7c449cd2186593174dd (diff)
downloadafl++-cc72f5dfd0905cca44485e7f1c1cfae8f2b051a4.tar.gz
clarify -N option
Diffstat (limited to 'src')
-rw-r--r--src/afl-fuzz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index 2d5a5743..12c7853c 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -119,7 +119,7 @@ static void usage(u8* argv0, int more_help) {
       "                  if using QEMU, just use -c 0.\n\n"
 
       "Fuzzing behavior settings:\n"
-      "  -N            - do not unlink the fuzzing input file\n"
+      "  -N            - do not unlink the fuzzing input file (only for devices etc.!)\n"
       "  -d            - quick & dirty mode (skips deterministic steps)\n"
       "  -n            - fuzz without instrumentation (dumb mode)\n"
       "  -x dir        - optional fuzzer dictionary (see README.md, its really "