aboutsummaryrefslogtreecommitdiff
path: root/afl-whatsup
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-09-04 12:14:35 +0200
committervan Hauser <vh@thc.org>2019-09-04 12:14:35 +0200
commit52bfd1fc3d6c1e6610469dbddad19aacb4e7f848 (patch)
treeb5de5e1cbcdc096a7d57e82aa0edb89d23baa26d /afl-whatsup
parenta8d96967c426f031d61dd91287906a28975334fb (diff)
downloadAFLplusplus-52bfd1fc3d6c1e6610469dbddad19aacb4e7f848.tar.gz
added man pages
Diffstat (limited to 'afl-whatsup')
-rwxr-xr-xafl-whatsup7
1 files changed, 7 insertions, 0 deletions
diff --git a/afl-whatsup b/afl-whatsup
index c1e41529..505f7eba 100755
--- a/afl-whatsup
+++ b/afl-whatsup
@@ -19,6 +19,13 @@
echo "status check tool for afl-fuzz by <lcamtuf@google.com>"
echo
+test "$1" = "-h" && {
+ echo $0
+ echo
+ echo afl-whatsup has no command line options
+ echo
+ exit 1
+}
if [ "$1" = "-s" ]; then