about summary refs log tree commit diff
path: root/src/afl-tmin.c
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-02-25 21:58:17 +0100
committerhexcoder- <heiko@hexco.de>2020-02-25 21:58:17 +0100
commit0e1d306b2e35f415a113ed974235621ea245d7d3 (patch)
tree2ca768e2fb1bd7306b804aaac61da8383579d17a /src/afl-tmin.c
parent70c208ead70ccf963dcb813dcae323c847a90ceb (diff)
downloadafl++-0e1d306b2e35f415a113ed974235621ea245d7d3.tar.gz
beautifying man pages
Diffstat (limited to 'src/afl-tmin.c')
-rw-r--r--src/afl-tmin.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/afl-tmin.c b/src/afl-tmin.c
index 1b05a6c2..1886fe68 100644
--- a/src/afl-tmin.c
+++ b/src/afl-tmin.c
@@ -955,12 +955,12 @@ static void usage(u8* argv0) {
   SAYF(
       "\n%s [ options ] -- /path/to/target_app [ ... ]\n\n"
 
-      "Required parameters:\n\n"
+      "Required parameters:\n"
 
       "  -i file       - input test case to be shrunk by the tool\n"
       "  -o file       - final output location for the minimized data\n\n"
 
-      "Execution control settings:\n\n"
+      "Execution control settings:\n"
 
       "  -f file       - input file read by the tested program (stdin)\n"
       "  -t msec       - timeout for each run (%d ms)\n"
@@ -968,11 +968,11 @@ static void usage(u8* argv0) {
       "  -Q            - use binary-only instrumentation (QEMU mode)\n"
       "  -U            - use unicorn-based instrumentation (Unicorn mode)\n"
       "  -W            - use qemu-based instrumentation with Wine (Wine "
-      "mode)\n\n"
+      "mode)\n"
       "                  (Not necessary, here for consistency with other afl-* "
       "tools)\n\n"
 
-      "Minimization settings:\n\n"
+      "Minimization settings:\n"
 
       "  -e            - solve for edge coverage only, ignore hit counts\n"
       "  -x            - treat non-zero exit codes as crashes\n\n"