diff options
author | h1994st <h1994st@gmail.com> | 2020-03-06 16:28:26 -0500 |
---|---|---|
committer | h1994st <h1994st@gmail.com> | 2020-03-06 16:28:26 -0500 |
commit | a10a3f2fa75f16bf7781a3c02cd23eab7164cff1 (patch) | |
tree | 653138ebd36b80fd9fd3faa31eedd8666e185135 /src/afl-fuzz.c | |
parent | 9e5c4973eb8f9b2f007bb1fe10976a4634c0ea6a (diff) | |
parent | 2287534ec6dd68b06a5052caa4ab3305d15861ec (diff) | |
download | afl++-a10a3f2fa75f16bf7781a3c02cd23eab7164cff1.tar.gz |
Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r-- | src/afl-fuzz.c | 2 |
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 " |