summaryrefslogtreecommitdiff
path: root/honggfuzz.c
diff options
context:
space:
mode:
authorrobert.swiecki@gmail.com <robert.swiecki@gmail.com@f4334a76-505f-ddcd-06be-78435f765c3c>2015-02-23 02:54:26 +0000
committerrobert.swiecki@gmail.com <robert.swiecki@gmail.com@f4334a76-505f-ddcd-06be-78435f765c3c>2015-02-23 02:54:26 +0000
commit254c0ecd8d8bcb8e341e704afa74c4f74351dcf8 (patch)
tree5b2039b0b4067150d438fc84d53c0e350bd9fc7c /honggfuzz.c
parent89cc38c6c9eb403ed6697c01eefcd7df59de3525 (diff)
downloadhonggfuzz-254c0ecd8d8bcb8e341e704afa74c4f74351dcf8.tar.gz
Better usage() msg
Diffstat (limited to 'honggfuzz.c')
-rw-r--r--honggfuzz.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/honggfuzz.c b/honggfuzz.c
index c76d1834..492142f9 100644
--- a/honggfuzz.c
+++ b/honggfuzz.c
@@ -76,8 +76,8 @@ static void usage(bool exit_success)
" [" AB "-l val" AC "] : per process memory limit in MiB, (default: '" AB "0" AC "' [no limit])\n"
" [" AB "-R val" AC "] : write report to this file, (default: '" AB _HF_REPORT_FILE AC "')\n"
#if _HF_ARCH == LINUX
- " [" AB "-p val" AC "] : [Linux] attach to a pid (and its group thread), instead of \n"
- " monitoring previously created process, default: '" AB "0" AC "' (none)\n"
+ " [" 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 "-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"