about summary refs log tree commit diff
path: root/gcc_plugin/afl-gcc-fast.c
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2019-10-22 20:21:04 +0200
committerhexcoder- <heiko@hexco.de>2019-10-22 20:21:04 +0200
commit3ec1baee65553d83e03cd42d08a6151775b25665 (patch)
tree07601d2040387b98bab34ee1b2e4a4bfd25e1081 /gcc_plugin/afl-gcc-fast.c
parent374f6610270a0434afe4931077e49efd9284e013 (diff)
downloadafl++-3ec1baee65553d83e03cd42d08a6151775b25665.tar.gz
gcc_plugin adaptions Makefile help, man page SYNOPSIS
Diffstat (limited to 'gcc_plugin/afl-gcc-fast.c')
-rw-r--r--gcc_plugin/afl-gcc-fast.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc_plugin/afl-gcc-fast.c b/gcc_plugin/afl-gcc-fast.c
index b0461584..093249a0 100644
--- a/gcc_plugin/afl-gcc-fast.c
+++ b/gcc_plugin/afl-gcc-fast.c
@@ -282,6 +282,8 @@ int main(int argc, char** argv) {
         "afl-gcc-fast" VERSION cRST
         " initially by <aseipp@pobox.com>, maintainer: hexcoder-\n"
         "\n"
+        "afl-gcc-fast [options]\n"
+        "\n"
         "This is a helper application for afl-fuzz. It serves as a drop-in "
         "replacement\n"
         "for gcc, letting you recompile third-party code with the required "