mirror of
https://github.com/mozilla/cipherscan.git
synced 2025-04-20 08:43:40 +02:00
Merge fc4927be5b
into 757bfefc6d
This commit is contained in:
commit
cdfaddc02d
10
cipherscan
10
cipherscan
@ -1991,11 +1991,11 @@ do
|
||||
shift
|
||||
break
|
||||
;;
|
||||
# -*)
|
||||
# UNKNOWNOPTIONS=$((UNKNOWNOPTIONS+$1))
|
||||
# # echo "WARN: Unknown option (ignored): $1" >&2
|
||||
# shift
|
||||
# ;;
|
||||
-*)
|
||||
UNKNOWNOPTIONS=$((UNKNOWNOPTIONS+$1))
|
||||
echo "$0: Unknown option: $1" >&2
|
||||
exit 1
|
||||
;;
|
||||
*) # no more options we understand.
|
||||
break
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user