aboutsummaryrefslogtreecommitdiff
path: root/afl-cmin
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-cmin
parenta8d96967c426f031d61dd91287906a28975334fb (diff)
downloadAFLplusplus-52bfd1fc3d6c1e6610469dbddad19aacb4e7f848.tar.gz
added man pages
Diffstat (limited to 'afl-cmin')
-rwxr-xr-xafl-cmin5
1 files changed, 4 insertions, 1 deletions
diff --git a/afl-cmin b/afl-cmin
index a9ec4082..88635550 100755
--- a/afl-cmin
+++ b/afl-cmin
@@ -51,10 +51,13 @@ TIMEOUT=none
unset IN_DIR OUT_DIR STDIN_FILE EXTRA_PAR MEM_LIMIT_GIVEN \
AFL_CMIN_CRASHES_ONLY AFL_CMIN_ALLOW_ANY QEMU_MODE UNICORN_MODE
-while getopts "+i:o:f:m:t:eQUC" opt; do
+while getopts "+i:o:f:m:t:eQUCh" opt; do
case "$opt" in
+ "h")
+ ;;
+
"i")
IN_DIR="$OPTARG"
;;