diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-10-23 19:48:26 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-10-23 19:48:26 +0200 |
commit | 0f032266562115092100bc54b5f780a4aeb15c56 (patch) | |
tree | a8f1e1b9030cde8ba4bf1321818d65a1486c9abe /gcc_plugin/afl-gcc-fast.c | |
parent | 297e9e3cf59540f16b8260a01ef7c6cd01d9e554 (diff) | |
parent | 39b7f488705a7e242b7a54695ca8e03fb2e73d81 (diff) | |
download | afl++-0f032266562115092100bc54b5f780a4aeb15c56.tar.gz |
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Diffstat (limited to 'gcc_plugin/afl-gcc-fast.c')
-rw-r--r-- | gcc_plugin/afl-gcc-fast.c | 2 |
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 " |