about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-07 09:05:40 +0200
committervan Hauser <vh@thc.org>2020-08-07 09:05:40 +0200
commitfb14e55cc960e03443c1c7b608287398a0cf0d3e (patch)
treefa56c9e0c07ff119de527a0e073bd600eb93a2cc /src
parente2434cf8c6db86e1e7b67cb3b73e417c2a7fd3bd (diff)
downloadafl++-fb14e55cc960e03443c1c7b608287398a0cf0d3e.tar.gz
fix -N description
Diffstat (limited to 'src')
-rw-r--r--src/afl-fuzz.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index da30797c..c73a76c6 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -115,8 +115,8 @@ static void usage(afl_state_t *afl, 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 (only for "
-      "devices etc.!)\n"
+      "  -N            - do not unlink the fuzzing input file (for devices "
+      "etc.)\n"
       "  -d            - quick & dirty mode (skips deterministic steps)\n"
       "  -n            - fuzz without instrumentation (non-instrumented mode)\n"
       "  -x dict_file  - optional fuzzer dictionary (see README.md, its really "