Remove "Z" option from list of possible options

The functionality for the "Z" option was removed a while ago, but
the letter was never removed from the opt list. This change fixes the
following shellcheck warning:

SC2213: getopts specified -Z, but it's not handled by this 'case'.
This commit is contained in:
rallytime 2018-05-31 13:36:26 -04:00
parent 1a22209835
commit 18e1b973f2
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19

View file

@ -400,7 +400,7 @@ EOT
} # ---------- end of function __usage ----------
while getopts ':hvnDc:g:Gyx:wk:s:MSNXCPFUKIA:i:Lp:dH:ZbflV:J:j:rR:aq' opt
while getopts ':hvnDc:g:Gyx:wk:s:MSNXCPFUKIA:i:Lp:dH:bflV:J:j:rR:aq' opt
do
case "${opt}" in