diff options
author | hexcoder- <heiko@hexco.de> | 2020-02-25 21:41:31 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-02-25 21:41:31 +0100 |
commit | 2d25662b814afea6943d2823c2df746e2f5b4a2d (patch) | |
tree | 975abcd2464bd18f0fa5afb0ab31f4ad4ec109a1 /src/afl-analyze.c | |
parent | 4bd736e1a79ada95ae4266be72c331106e580075 (diff) | |
download | afl++-2d25662b814afea6943d2823c2df746e2f5b4a2d.tar.gz |
man page tuning
Diffstat (limited to 'src/afl-analyze.c')
-rw-r--r-- | src/afl-analyze.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/afl-analyze.c b/src/afl-analyze.c index 2f9b0550..4b0b1a6a 100644 --- a/src/afl-analyze.c +++ b/src/afl-analyze.c @@ -780,11 +780,11 @@ 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 analyzed by the tool\n" + " -i file - input test case to be analyzed by the tool\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" @@ -794,7 +794,7 @@ static void usage(u8* argv0) { " -W - use qemu-based instrumentation with Wine (Wine " "mode)\n\n" - "Analysis settings:\n\n" + "Analysis settings:\n" " -e - look for edge coverage only, ignore hit counts\n\n" |