about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-02-07 19:41:48 +0100
committervan Hauser <vh@thc.org>2020-02-07 19:41:48 +0100
commite360726730aa9e4e54548f20f76da7de368fa35f (patch)
tree0a670f2ed8583ff44b9287eaac3f87bb3db7683b /src
parentfd8fe4dd088464230df2dc456c5a9fbf905c907f (diff)
downloadafl++-e360726730aa9e4e54548f20f76da7de368fa35f.tar.gz
todo update
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 8833244d..63d2b997 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -100,7 +100,7 @@ static void usage(u8* argv0) {
       "  -f file       - location read by the fuzzed program (stdin)\n"
       "  -t msec       - timeout for each run (auto-scaled, 50-%d ms)\n"
       "  -m megs       - memory limit for child process (%d MB)\n"
-      "  -c program    - enable CmpLog specifying a binary compiled for it\n"
+      "  -c program    - enable CmpLog by specifying a binary compiled for it\n"
       "  -Q            - use binary-only instrumentation (QEMU mode)\n"
       "  -U            - use unicorn-based instrumentation (Unicorn mode)\n"
       "  -W            - use qemu-based instrumentation with Wine (Wine "