diff options
Diffstat (limited to 'afl-cmin')
-rwxr-xr-x | afl-cmin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/afl-cmin b/afl-cmin index e6f8c175..e71873d3 100755 --- a/afl-cmin +++ b/afl-cmin @@ -122,7 +122,6 @@ function usage() { "AFL_FORKSRV_INIT_TMOUT: time the fuzzer waits for the forkserver to come up\n" \ "AFL_KEEP_TRACES: leave the temporary <out_dir>/.traces directory\n" \ "AFL_KILL_SIGNAL: Signal delivered to child processes on timeout (default: SIGKILL)\n" \ -"AFL_NO_FORKSRV: run target via execve instead of using the forkserver\n" \ "AFL_PATH: path for the afl-showmap binary if not found anywhere in PATH\n" \ "AFL_PRINT_FILENAMES: If set, the filename currently processed will be " \ "printed to stdout\n" \ |