about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-07-25 08:47:48 +0200
committerGitHub <noreply@github.com>2022-07-25 08:47:48 +0200
commit9551be3f8e6ec55b21df4b55555db0a37e68a1a3 (patch)
tree09b5aa98eff9c052f2ee9462066af2476d757ee2 /src
parent9657b700b1df90797b17e1d4677d56ee97fe00bc (diff)
parentf22d28333bb61b8d931fddcffab404bd62685bb3 (diff)
downloadafl++-9551be3f8e6ec55b21df4b55555db0a37e68a1a3.tar.gz
Merge pull request #1482 from yuawn/fix_usage_message
Fix usage message
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 287f09df..2e151abb 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -167,8 +167,8 @@ static void usage(u8 *argv0, int more_help) {
       "                  See docs/README.MOpt.md\n"
       "  -c program    - enable CmpLog by specifying a binary compiled for "
       "it.\n"
-      "                  if using QEMU/FRIDA or if you the fuzzing target is "
-      "compiled"
+      "                  if using QEMU/FRIDA or the fuzzing target is "
+      "compiled\n"
       "                  for CmpLog then just use -c 0.\n"
       "  -l cmplog_opts - CmpLog configuration values (e.g. \"2AT\"):\n"
       "                  1=small files, 2=larger files (default), 3=all "