summaryrefslogtreecommitdiff
path: root/honggfuzz.c
diff options
context:
space:
mode:
authorJagger <robert@swiecki.net>2015-06-05 22:24:16 +0200
committerJagger <robert@swiecki.net>2015-06-05 22:24:16 +0200
commitdaffbca3fdd769e1bf85836275f7ae0dd8917f94 (patch)
treec248cc3cc03b2c11e8896bb6ed5bd304eb7b99da /honggfuzz.c
parentf2c3b0338f3f8c8a7d7329284fba5bee094a67f6 (diff)
downloadhonggfuzz-daffbca3fdd769e1bf85836275f7ae0dd8917f94.tar.gz
Description of -Dp -De modes
Diffstat (limited to 'honggfuzz.c')
-rw-r--r--honggfuzz.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/honggfuzz.c b/honggfuzz.c
index c6b5a6ed..0fca3cef 100644
--- a/honggfuzz.c
+++ b/honggfuzz.c
@@ -110,7 +110,9 @@ static void usage(bool exit_success)
" Run the binary over a dynamic file, maximize unique code blocks (coverage):\n"
AB " " PROG_NAME " -Dp -- /usr/bin/tiffinfo -D " _HF_FILE_PLACEHOLDER AC "\n"
" Run the binary over a dynamic file, maximize unique branches (edges):\n"
- AB " " PROG_NAME " -Dp -- /usr/bin/tiffinfo -D " _HF_FILE_PLACEHOLDER AC "\n"
+ AB " " PROG_NAME " -De -- /usr/bin/tiffinfo -D " _HF_FILE_PLACEHOLDER AC "\n"
+ " Run the binary over a dynamic file, maximize custom counters (experimental):\n"
+ AB " " PROG_NAME " -Df -- /usr/bin/tiffinfo -D " _HF_FILE_PLACEHOLDER AC "\n"
#endif /* defined(_HF_ARCH_LINUX) */
);
/* *INDENT-ON* */