diff options
author | vanhauser-thc <vh@thc.org> | 2024-02-29 13:34:04 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-02-29 13:34:04 +0100 |
commit | 7652406c12aad21baceb523752c39bf0216daeb4 (patch) | |
tree | 65ee18638f69a4ab258374a586036f2e87d6f82e | |
parent | a607adb7a3c6fcbc8d714180257f29476c3f5a29 (diff) | |
download | afl++-7652406c12aad21baceb523752c39bf0216daeb4.tar.gz |
nit
-rwxr-xr-x | afl-cmin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-cmin b/afl-cmin index 4aaf3953..a1d5401f 100755 --- a/afl-cmin +++ b/afl-cmin @@ -108,7 +108,7 @@ function usage() { "\n" \ "Execution control settings:\n" \ " -T tasks - how many parallel tasks to run (default: 1, all=nproc)\n" \ -" -f file - location read by the fuzzed program (stdin)\n" \ +" -f file - location read by the fuzzed program (default: stdin)\n" \ " -m megs - memory limit for child process ("mem_limit" MB)\n" \ " -t msec - run time limit for child process (default: 5000)\n" \ " -O - use binary-only instrumentation (FRIDA mode)\n" \ |