about summary refs log tree commit diff
path: root/afl-whatsup
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-02-25 21:58:17 +0100
committerhexcoder- <heiko@hexco.de>2020-02-25 21:58:17 +0100
commit0e1d306b2e35f415a113ed974235621ea245d7d3 (patch)
tree2ca768e2fb1bd7306b804aaac61da8383579d17a /afl-whatsup
parent70c208ead70ccf963dcb813dcae323c847a90ceb (diff)
downloadafl++-0e1d306b2e35f415a113ed974235621ea245d7d3.tar.gz
beautifying man pages
Diffstat (limited to 'afl-whatsup')
-rwxr-xr-xafl-whatsup7
1 files changed, 4 insertions, 3 deletions
diff --git a/afl-whatsup b/afl-whatsup
index 6156ba11..cc45423f 100755
--- a/afl-whatsup
+++ b/afl-whatsup
@@ -18,12 +18,13 @@
 # instances of afl-fuzz.
 #
 
-echo "status check tool for afl-fuzz by Michal Zalewski"
+echo "$0 status check tool for afl-fuzz by Michal Zalewski"
 echo
 test "$1" = "-h" && {
-  echo $0
+  echo $0 [-s] output_directory
   echo
-  echo afl-whatsup has no command line options
+  echo Options:
+  echo   -s  -  skip details and output summary results only
   echo
   exit 1
 }