diff options
| author | van Hauser <vh@thc.org> | 2020-07-05 13:53:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-05 13:53:51 +0200 |
| commit | 8acc8b538947780f9866b00044370e74733512cd (patch) | |
| tree | c2572b411659c81f83ea77b8a3d9e55134d1876c /afl-whatsup | |
| parent | 8644c42482f02f7cd86decbc00ba29aa9c0ce9c0 (diff) | |
| parent | 20e63078f0b3034d88cf0c2a001236cec4e12441 (diff) | |
| download | afl++-8acc8b538947780f9866b00044370e74733512cd.tar.gz | |
Merge pull request #441 from bmwiedemann/man
Fix generation of afl-system-config.8
Diffstat (limited to 'afl-whatsup')
| -rwxr-xr-x | afl-whatsup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-whatsup b/afl-whatsup index 1a276964..1f3a8219 100755 --- a/afl-whatsup +++ b/afl-whatsup @@ -20,7 +20,7 @@ echo "$0 status check tool for afl-fuzz by Michal Zalewski" echo -test "$1" = "-h" && { +test "$1" = "-h" -o "$1" = "-hh" && { echo $0 [-s] output_directory echo echo Options: |
