diff --git a/admin/checkservices b/admin/checkservices index eca424b..4322962 100755 --- a/admin/checkservices +++ b/admin/checkservices @@ -265,7 +265,7 @@ usage() { # set options as global vars argparse() { local opt - while getopts 'AahFfLlPpRrSsUuZzi:' opt; do + while getopts 'AahFfLlPpRrSsUuMmZzi:' opt; do case $opt in A) AUTOCONFIRM=0;; a) AUTOCONFIRM=1;; F) FAILED=0;; f) FAILED=1;;