diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index e002516a..f97f7f4f 100644 --- a/Makefile +++ b/Makefile @@ -399,7 +399,7 @@ source-only: all radamsa @echo >> $@ @echo .SH OPTIONS >> $@ @echo .nf >> $@ - @./$* -h 2>&1 | tail -n +4 >> $@ + @./$* -hh 2>&1 | tail -n +4 >> $@ @echo >> $@ @echo .SH AUTHOR >> $@ @echo "afl++ was written by Michal \"lcamtuf\" Zalewski and is maintained by Marc \"van Hauser\" Heuse <mh@mh-sec.de>, Heiko \"hexcoder-\" Eissfeldt <heiko.eissfeldt@hexco.de> and Andrea Fioraldi <andreafioraldi@gmail.com>" >> $@ |