added the x to Hide API name from message

This commit is contained in:
Llewellyn van der Merwe 2018-01-17 13:28:32 +02:00
parent 6716e5113f
commit cd6c521349
No known key found for this signature in database
GPG Key ID: CAD7B16D27AF28C5
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ exit 1
# http://mywiki.wooledge.org/BashFAQ/035
# http://wiki.bash-hackers.org/howto/getopts_tutorial
while getopts hc:C:o:v:B:A:baqtT:sS:M:lf:I:kp:P: opt; do
while getopts xhc:C:o:v:B:A:baqtT:sS:M:lf:I:kp:P: opt; do
case $opt in
I)
if (( "$OPTARG" == 2 )); then