summaryrefslogtreecommitdiff
path: root/honggfuzz.c
diff options
context:
space:
mode:
authorrobert.swiecki@gmail.com <robert.swiecki@gmail.com@f4334a76-505f-ddcd-06be-78435f765c3c>2015-03-01 15:15:54 +0000
committerrobert.swiecki@gmail.com <robert.swiecki@gmail.com@f4334a76-505f-ddcd-06be-78435f765c3c>2015-03-01 15:15:54 +0000
commitde95152f7456ed2a703222d5222bb5b87ab5aad3 (patch)
tree60cb65580bd6925a13c4cfd3b7cecce9b7c34946 /honggfuzz.c
parent90f36e6e7f17ebdc16d466cdb4e8a398becfded8 (diff)
downloadhonggfuzz-de95152f7456ed2a703222d5222bb5b87ab5aad3.tar.gz
Regressions un usage()
Diffstat (limited to 'honggfuzz.c')
-rw-r--r--honggfuzz.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/honggfuzz.c b/honggfuzz.c
index c4e97908..d3881fb0 100644
--- a/honggfuzz.c
+++ b/honggfuzz.c
@@ -80,6 +80,7 @@ static void usage(bool exit_success)
#if _HF_ARCH == LINUX
" [" AB "-p val" AC "] : [Linux] attach to a pid (and its thread group), instead of \n"
" monitoring a previously created process, (default: '" AB "0" AC "' [none])\n"
+ " [" AB "-g val" AC "] : [Linux] allow that many regressions (perf events) wrt the best one\n"
" [" AB "-D val" AC "] : [Linux] create a file dynamically with Linux perf counters,\n"
" can be used with or without the '-f' flag (initial file contents)\n"
" (default: " AB "none" AC ")\n"